Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKInterpretationLanguageInfo Class Reference

Represent interpretation language information. More...

#include <ZoomSDKInterpretationController.h>

Inherits NSObject.

Instance Methods

(int) - getLanguageID
 Get the language ID.
 
(NSString *_Nullable) - getLanguageAbbreviations
 Get the language alias (abbreviation).
 
(NSString *_Nullable) - getLanguageName
 Get the language name.
 

Detailed Description

Represent interpretation language information.

Definition at line 18 of file ZoomSDKInterpretationController.h.

Method Documentation

◆ getLanguageAbbreviations

- (NSString *_Nullable) getLanguageAbbreviations

Get the language alias (abbreviation).

Returns
A string representing the language abbreviation (e.g., "EN", "CN").

◆ getLanguageID

- (int) getLanguageID

Get the language ID.

Returns
The language ID.

◆ getLanguageName

- (NSString *_Nullable) getLanguageName

Get the language name.

Returns
A string representing the full language name (e.g., "English", "Chinese").