Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am working on a metro app which provides a change language option to user, so that it changes the application language. I have used resource file for this and coded like this

<pre lang="c#">
    Windows.Globalization.ApplicationLanguages.PrimaryLanguageOverride = language.LanguageCode;


I also changed UI direction according to language Left-to-right or Right-to-left.
Now I want that when user enter some text from keyboard in textbox, it enters input in current application language not of system language.
How I manage this.
Posted
Updated 4-Mar-13 22:41pm
v3

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900