When is it a need for a custom Culture

  • Thread starter Thread starter Tony Johansson
  • Start date Start date
T

Tony Johansson

Hi!

I just wonder if there exist times when there is a need for a custom
culture. Which mean the the existing culture is not good enough for some
reason.
I can't even make up a situation where there might be a need for a custom
culture.

//Tony
 
I just wonder if there exist times when there is a need for a custom
culture. Which mean the the existing culture is not good enough for some
reason.
I can't even make up a situation where there might be a need for a custom
culture.

You may need to create a CultureInfo if you live in some culture
not supported by .NET.

My guess is that very few need that.

But then you may take an existing CultureInfo and modify it if
you are not happy with the formatting of something.

Arne
 
Back
Top