creating custom CultureInfo for country, language combination

后端 未结 3 1858
日久生厌
日久生厌 2020-12-06 11:10

I am working on a .net 4.5 application that needs to be mult lingual supporting multi cultures etc.

The following is sample list of Countries/Languages

3条回答
  •  离开以前
    2020-12-06 12:03

    You may have to mix and mix and match - have a culture object for English which you use for English text but a culture object of ru-Ru (Russian) for numeric formatting.

    Or even better create a custom culture combining the two

    Create custom culture in ASP.NET

提交回复
热议问题