Hello

If possible, I'd like to know.
How do you localization in Jewel?


For example, flex wrote as follows

private var defaultLocale:Object = resourceManager.localeChain[0];
if(defaultLocale == "ja_JP"){

        Alert.yesLabel = "はい";
        Alert.noLabel = "いいえ";
        
        
        var df:DateField = new DateField;
        df.dayNames = ["日", "月", "火", "水", "木", "金", "土"];
        ....
}

And the display is changed (Japanese)

Thank you.

Yushiro



--
Sent from: http://apache-royale-users.20374.n8.nabble.com/

Reply via email to