The localization process includes 2 things – settings the messages property and defining messages for a given locale and then setting the locale property.
For example, define messages[‘kr’] = ‘json object for a component’. Then set the locale to ‘kr’. All messages used by a component can be seen in its API page.
Thanks for the clarification, Markov. I just ran into a similar issue with Korean locale settings, so this helps a lot. I’ll double-check the <code data-start=”142″ data-end=”152″>messages object and try setting the locale as you described.