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.
正如主题所说,我使用 Adobe Flex Mobile 4.6。现在我正在使用 Spark 组件 DateSpinner,我想用其他语言设置月份名称,而不是英语。有什么建议么?
谢谢!
作为一个简单的解决方案,您可以通过将 CSS 中的“locale”属性设置为所需的语言代码来做到这一点,它会生成所需语言的月份名称。
如果所需的语言代码不存在,您可以创建一个类似于 SDK_directory\frameworks\projects\framework\bundles\en_US\SharedResources.properties 的代码,这是定义月份名称的地方。