Provides functions to get language constants.
Retrieve portal constants.
The key of the constant.
Optional
The fallback to be used, if key wasn't found.
ix.text.i18n.get("<LANGUAGE CONSTANT>", "Foo Bar"); Copy
ix.text.i18n.get("<LANGUAGE CONSTANT>", "Foo Bar");
Retrieve application constants.
The application GUID.
ix.text.i18n.getByApp("<GUID>", "<LANGUAGE CONSTANT>", "Foo Bar"); Copy
ix.text.i18n.getByApp("<GUID>", "<LANGUAGE CONSTANT>", "Foo Bar");
Provides functions to get language constants.