loadLocaleResources(localeRefs)
Loads all the locale resources from the locale references if the user locale is different from the base locale.
Returns
Not applicable.
Parameters
Name | Type | Description | Required |
localeRefs | array | The list of the locale references to be loaded. | ✅ |
Usage example
In this example, the API loads all the locale resources from the specified locale references if the user locale is different from the base locale.
PCore.getLocaleUtils().loadLocaleResources(["WORK-HOME!PAGE!PERSONALINFO", "WORK-HOME!CASE!FINANCIALSTATUS"]);
Previous topic getTimeZoneInUse() Next topic resetLocaleStore()