initialize Method
This method must be called and awaited before using an instance of Localization.
initialize(): Promise<void>
@note IModelApp.startup calls this internally, so you should not call this method directly except for Localization instances outside of IModelApp (e.g., for tests.)
Returns - Promise
Defined in
- core/common/src/Localization.ts Line 120
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.