localize

.localize key:{String} separator:{String = ":"} -> String

Localizes a key from a pre-existing localization table (defined via localization).

Example:

.localize {mytable:key}

Return

the localized value

Parameters

key

key to localize, in the format tableName:keyName

separator

separator between the table name and the key name. Defaults to :

See also

Throws

if an error occurs during the lookup

Wiki page

Localization