There are many scenarios when you need culture-based formatting.
For example: - Number format
5.25 in English written as 5.25 in French
So, if you want to display the French format in your program, which is in the English culture, takes effect culture based string format.
source
share