flex - How to change input language in adobe air' -


i want change default operation system language inside adobe air programmatic, keep getting english, event if current lang else , air application loaded.

thanks///

the application-class has style-property called "locale".

you can change using

this.setstyle("locale", "de_de"); 

for changing @ runtime. or check compiler-settings. flash builder sets locale en_us default.


Comments

Popular posts from this blog

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -