【发布时间】:2014-09-24 13:10:05
【问题描述】:
所以在我使用之前:
System.Threading.Thread.CurrentThread.CurrentCulture
如何在 Wp8.1 中做到这一点。为什么所有被弃用的东西都没有一个好的文档,你可以像在 xCode 中那样使用什么?
【问题讨论】:
-
为什么这条线不起作用?还有this msdn page,表示它适用于WP 8.1
-
类似 CultureInfo.CurrentUICulture.Name
-
那么,你有答案了吗?如果是这样,请使用下面的按钮自行回答(获得一些额外的代表)。
-
CultureInfo.CurrentUICulture.Name.ToString() 返回 en-EN,尽管我的操作系统是德语的??
标签: c# windows xaml windows-phone detect