Missing Countries & locations from CultureInfo when trying to

痴心易碎 提交于 2019-12-19 08:04:36

问题


I need to localize an application and have noticed that several countries don't appear in the list of county codes associated to cultureInfo.

One example is Cyprus, I assume there might be others.

If i need to localize settings for Cyprus (or other missing ones) how would I rename my resource files that they would render the correct text and such?

Thanks


回答1:


When localizing to Cyprus, you would need to either localize to Greek (for the Greek part of the island), or to Turkish (for the Turkish part). As the island is composed of these two cultures, it does not have a CultureInfo of its own.



来源:https://stackoverflow.com/questions/2920274/missing-countries-locations-from-cultureinfo-when-trying-to

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!