Localization
For language translation we use Localization
- Verify that Internationalization Plugins is installed, Language can be switch
- All Language translation Store in UI Message (sys_ui_message) table.
- For HTML translation use ${}
- For Server Side translation used gs.getMessage() function
- For Client Side translation we can use c.data.var1 = “$hello” or we can use i18n.getMessage(“Hello”,function(response){c.data.var1 = response;});
No responses yet