简体   繁体   English

为什么Flex中的MX控件不支持日语字符串?

[英]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 ? 为什么MX控件在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 ) 我相信您必须在项目结构下添加了特定于语言环境的属性文件(例如:ProjectName> src> locale> ja_JP> japanese.properties

Please check you added correct compiler option? 请检查您是否添加了正确的编译器选项? -locale en_US ja_JP –source-path ./locale/{locale} -locale en_US ja_JP –源路径./locale/{locale}

Follow the bellow steps to set the option: 1. Right-click your project and select Properties. 请按照以下步骤设置选项:1.右键单击项目,然后选择“属性”。 2. Select Flex Compiler on the left, and add the following to the Additional Compiler Arguments settings 2.选择左侧的Flex Compiler,然后将以下内容添加到Additional Compiler Arguments设置中

Setting this additional locales in the compiler arguments in Flash Builder is mandatory. 必须在Flash Builder的编译器参数中设置此其他语言环境。

Let me know if this fix your problem. 让我知道是否可以解决您的问题。

If you find it useful then please mark as answered. 如果您觉得有用,请标记为已回答。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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