As the topic says I use Adobe Flex Mobile 4.6. Now I am using a Spark component DateSpinner and I want to set month names in other languages, not english. Any suggestions?
Thank you!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As a simple solution, you can do so by setting the “locale” attribute in the CSS to the desired language code, and it would generate the month names of the desired language.
If the desired language code does not exist, you can create one similar to SDK_directory\frameworks\projects\framework\bundles\en_US\SharedResources.properties, that’s where the month names are defined.