Skip to content

MobileCRM.Localization.initializeAsync

rescocrm edited this page May 15, 2023 · 3 revisions

[v10.0] Initializes the Localization object.

Method loads the string table asynchronously and resolves pending promise with initialized Localization object.

All other functions will return the default or empty string before the initialization finishes.

Arguments

Argument Type Description
regularExpression string Optional regular expression defining a subset of localization keys. Refer to Regular Expression Language - Quick Reference. Set to null to obtain whole localization.
Clone this wiki locally