I have a "Flex Application" that uses flex builder 3. I want to add Arabic localization to this application, i.e., all the labels can be changed via ResourceBundle. I succeeded to see Arabic letters however the word order is reversed. Namely, the label "1 2 3" is shown as "3 2 1" if I switch the Arabic localization on. Is it possible to fix the problem without moving to Flex 4?
↧