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

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -