|
Παρουσίαση με Ετικέτες
Όλες οι Ετικέτε... » ClipFlair » Silverlight » LvS (RSS)
-
At LvS (the opensource application of LeViS), I’ve been using this (VB.net) code to set the UI language (for example to Greek): Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo("el") Others seem to have been using (C# – that’s why there is a trailing semicolon): Thread.CurrentThread.CurrentCulture = ...
|
|
|