Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 Flex 应用程序使用 DataGrid。剪切的单元格内容由尾随点表示。这在英语中效果很好。当我们以不同的语言(比如葡萄牙语)启动浏览器时,单元格内容由“null”表示。有什么线索吗?
显然我的 SWF 是用英文版的框架资源属性文件编译的。根据设计,Flex 无法在运行时加载框架属性文件。
通过将英语指定为备用语言来解决此问题。
resourceManager.localeChain=[myLocale,"en_US"];