Gets the i18next instance for advanced usage
The i18next instance
Gets the current UI language, default is en-US see all keys at https://source.zoom.us/uitoolkit/{VERSION}/en-US.json
The current language code (e.g., "en-US")
Checks if a language has loaded translation resources
The language code to check
true if resources exist, false otherwise
Sets the UI language and optionally loads additional translation resources
The language code (e.g., "en-US", "zh-CN")
Optionalresources: string | Record<string, unknown>Optional translation resources (object or URL to JSON file)
Promise that resolves when language is set and resources are loaded
Sets the list of available languages in the language selector
Array of language codes to show in the settings
Internationalization (i18n) interface
Need to call joinSession before using this API
Example