Hello everybody.
When we are building a application in Flex the components that we add are in English.
Lets say that i want to change then to French, Spanish or Portuguese.
How could i do that??
I've google a bit about it, but nothing good.
I didn't look too much, because you guys always now things, and here in SO its more faster to ask than search for it
:D
Thanks for any help.
EDIT:
I think i didn't expressed my self correctly.
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" width="408" height="332">
<mx:DateChooser x="117" y="83"/>
</mx:Application>
This creates a calendar where you can choose a date, as default shows the present date. If you take a look the Months he shows "January, February, ..." they are in English, lets say i want then in French or any other language.
How can i do that?