skelta.localize.getString()
- Last UpdatedMar 12, 2021
- 1 minute read
Use getString() method to get the value of a key from the locale.
Syntax
sRetVal = skelta.localize.getString("key");
Parameters
|
Parameter |
Description |
|
key |
Key of the locale string. |
Return Value
This method returns a string value.
Example
// Get the value of a key from the locale.
var localeVal = skelta.localize.getString("key ");
Note: To get the value of the key from the locale, update the local key value in the path:
..Locales\en-US\Forms2\Standard
localization_key:Localized Name - Here, localization_key is the ‘key’ and Localized
Name is the value