=locale(); function

Outline

The =locale(); Scripting Engine function is a function that takes single string input and fetches the localized string from platform locale files. Locale files are located at:

VDIR\Common\locale.xml
VDIR\Custom\Locales\custom_locale.xml

The text is localized to the current user locale.

Aliases

=locale();

=l();

Properties

The locale function has simple input

Property Datatype Default value Description
[LocaleKey] String   The locale key string to search locale file with

Examples

=locale(add);
=locale(statusSold);