The resource functions allow you to access localized string resources.
| Method | Description |
|---|---|
| resources.hasLocale(localeName) | Returns true if the locale supplied is included in the Mobile Workflow application; otherwise, returns false. |
| resources.getString(key) | Returns the localized string for the supplied key for the current locale. |
| resources.getString(key, localeName) | Returns the localized string for the supplied key for the specified locale. |