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

#include <ZoomSDKInterpretationController.h>

Inherits NSObject.

Instance Methods

(int) - getLanguageID
 Get language id.
 
(NSString *_Nullable) - getLanguageAbbreviations
 Get language alisa.
 
(NSString *_Nullable) - getLanguageName
 Get language name.
 

Detailed Description

Definition at line 8 of file ZoomSDKInterpretationController.h.

Method Documentation

◆ getLanguageAbbreviations

- (NSString *_Nullable) getLanguageAbbreviations

Get language alisa.

Returns
If the function succeeds, it will return language alisa.

◆ getLanguageID

- (int) getLanguageID

Get language id.

Returns
If the function succeeds, it will return language id.

◆ getLanguageName

- (NSString *_Nullable) getLanguageName

Get language name.

Returns
TIf the function succeeds, it will return language name.