Questions tagged [currentuiculture]
69 questions
0
votes
1 answer
Store the UICulture of Application in Isolate Storage in Silverlight
I have a Silverlight application. I want to store the last culture information used by the user.
By default , the culture information is derived from the OS.
Now if the user changes the culture in his/her login, when the next he/she logins, they…

BAPSDude
- 331
- 1
- 4
- 16
0
votes
1 answer
Updating Date Time Format specified in the regional settings of the system(Region and Language)
When Application loads the date time format is displayed correctly according to regional setting in the grid cell, but when I refresh or reload the grid content after changing the regional setting.
The changed format does not reflect in the…

user1331032
- 232
- 1
- 3
- 12
0
votes
1 answer
Silverlight 3 localization configuration
I would like to know how I can configure my Silverlight application to be able to change the UICulture of the current thread without having to recompile the application.
If I set the current thread culture in the app.xaml, I need to recompile each…

Yannic
- 229
- 1
- 3
- 4
0
votes
1 answer
Globalisation : Change language directly in program
I have 3 ressource files : AppRessources.resx, AppRessources.fr.resx, AppRessources.nl.resx.
I add to my page a ListPicker (it's a combobox) that has 3 languages (English, French and Dutch).
When an item is selected, I change the CurrentCulture and…

Volkan
- 686
- 1
- 9
- 17
0
votes
1 answer
ASP.NET Resource handler mechanism in MVC4
Simple. I want to localize my application.
I've googled for days, and tried a million different approaches to reach my resources.
The only way I've been succesful is by using the standard asp.net folders "App_LocalResource", making the resource…

Kasper Skov
- 1,954
- 10
- 32
- 53
0
votes
0 answers
C# System.Threading.Thread.CurrentThread.CurrentUICulture does not exist
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?
0
votes
4 answers
WPF Design Time Application Culture
We are developing a localized English/Arabic application, and I need to set the System.Threading.Thread.CurrentThread.CurrentUiCulture to either of both cultures during design time to a different value than the value set at run time.
How can I…

Mohammed A. Fadil
- 9,205
- 7
- 50
- 67
-1
votes
1 answer
How to identify whether ListSeparator is modified or not?
I'm having WF application and trying to serialize/deserialize its data based on different cases (like in CurrentCulture and InvariantCulture).
I'm facing problem when change the CurrentCulture.TextInfo.ListSeparator before serialization /…

Prithiv
- 504
- 5
- 20
-1
votes
1 answer
How to Prevent installed language on machine from changing
I need to disable the language change using alt + shift keys for a text box. I have the function which change the currentCulture but pressing Alt + Shift always switch to the next language even if I set it on the keydown or keyup event.

MeqDotNet
- 718
- 2
- 8
- 24