c# - When should I use Neutral culture? What is the necessary for it? why not force using Specific Culture? -


when should use neutral culture? necessary it? why not force using specific culture?

can tell me real time scenario, neutral cultures used specific culture?

from msdn:

a neutral culture culture associated language not country or region. differs specific culture, culture associated both language , country or region. example, fr name neutral french culture, while fr-fr name french culture in france.

if property returns false, culture either specific culture or invariant culture.

example in case speak spanish spain have friend speaks spanish mexico. both speak spanish there words different if want translation should use spanish spain (es-es) spanish people , spanish mexico (es-mx) mexican people.

in cases can't translate software (gui) languages , cultures use spanish translation people speak spanish (spain,mexico,argentina,usa,philippines ...)


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -