I am developing a Windows CE 6.0
program with multi-lingual support.
But I am getting an error that System.Threading.Thread.CurrentThread.CurrentUICulture
does not exist.
How to use CurrentUICulture
?
Asked
Active
Viewed 998 times
0

midhunhk
- 5,560
- 7
- 52
- 83
-
[Using the CurrentUICulture Property](http://msdn.microsoft.com/en-us/library/441487wx(v=vs.71).aspx) – andy Feb 22 '13 at 04:59
-
Try `System.Globalization.CultureInfo.CurrentUICulture` – Mike Zboray Feb 22 '13 at 05:06
-
I can't System.Globalization.CultureInfo.CurrentUICulture is read only – user2098076 Feb 22 '13 at 05:31
-
"You cannot set current culture programmatically on a device. They are set by the device manufacturer or manually configurable by the device user...", see http://msdn.microsoft.com/en-us/library/x5b31f9d(v=vs.90).aspx – Mike Zboray Feb 22 '13 at 05:38