You can provide option to the user to change the default language of the application. When the user chooses a new language, please call the below API to persist the new preference. var json = {}; json.id = "setUserPrefs"; json.callBack = setPrefCallback; json.userprefs = {"LANGUAGE":"TAMIL"}; apz.ns...