How do I change Locales?
function changeLocale( event, rc, prc ){
setFWLocale( rc.locale );
relocate('main.home');
}component{
property name="i18n" inject="i18n@cbi18n";
function changeLocale(){
i18n.setFWLocale( 'en_US' );
}
}Last updated
Was this helpful?