API Reference > imodeljs-i18n > AppAdministration > I18NNamespace I18NNamespace Class The class that represents a registered I18N Namespace note The readFinished member is a Promise that is resolved when the JSON file for the namespace has been retrieved from the server, or rejected if an error occurs. Methods Name Description constructor(name: string, readFinished: Promise<void>): I18NNamespace Properties Name Type Description name ConstructorProperty string readFinished ConstructorProperty Promise<void> Defined in core/i18n/src/Localization.ts Line 209 Last Updated: 13 June, 2024