简体   繁体   中英

why mx controls in flex not supporting japanese strings?

is not displaying japanese characters but only displaying english characters ? Why mx controls not supporting japanese strings in flex ?

Japanese characters are not displaying in button instead of that blank or white space appearing on my label

I believe you must have added your locale specific properties file under your project structure(example: ProjectName>src> locale>ja_JP>japanese.properties )

Please check you added correct compiler option? -locale en_US ja_JP –source-path ./locale/{locale}

Follow the bellow steps to set the option: 1. Right-click your project and select Properties. 2. Select Flex Compiler on the left, and add the following to the Additional Compiler Arguments settings

Setting this additional locales in the compiler arguments in Flash Builder is mandatory.

Let me know if this fix your problem.

If you find it useful then please mark as answered.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM