Localize
Localize
Localize(textCode : string);// orLocalize(textCode : string, interpolationParams : {});
We use the Localize function translating text to the language selected by the logged-in user.
We can use the function in Caption Expressions and Name Expressions for labeling UI elements.
The Localize function takes a text code as its only argument and returns the associated text and displays it to the user.
In order for this to work, you have to configure translations:
Example
Localize("AccountID")