Hi,
Openscales does not provide spanish translation yet.
If you want spanish translation just do this:
translate this in spanish:
https://bitbucket.org/gis/openscales/raw/102923aab85b/openscales-core/src/main/flex/assets/i18n/EN.json
(if you're a nice man, you can contribute this translation :) )
then in your application do this:
[Embed(source="/assets/SP.json", mimeType="application/octet-stream")]
private const SPLocale:Cl
ass;
then :
I18nJSONProvider.addTranslation(SPLocale);
this.theMap.map.locale = "es";
this should work.
Regards,
Simon L.
Le 05/05/2012 13:45, diego a écrit :