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
 Gets the language ID.
 
(NSString *_Nullable) - getLanguageAbbreviations
 Gets the language alias (abbreviation).
 
(NSString *_Nullable) - getLanguageName
 Gets the language name.
 

Detailed Description

Represent interpretation language information.

Definition at line 18 of file ZoomSDKInterpretationController.h.

Method Documentation

◆ getLanguageAbbreviations

- (NSString *_Nullable) getLanguageAbbreviations

Gets the language alias (abbreviation).

Returns
If the function succeeds, it returns the language abbreviation (e.g., "EN", "CN"). Otherwise, this function fails and returns nil.

◆ getLanguageID

- (int) getLanguageID

Gets the language ID.

Returns
The language ID.

◆ getLanguageName

- (NSString *_Nullable) getLanguageName

Gets the language name.

Returns
If the function succeeds, it returns the full language name (e.g., "English", "Chinese"). Otherwise, this function fails and returns nil.