Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCInterpretationLanguage Class Reference

The information of interpretation language. More...

#include <MobileRTCMeetingService+Interpretation.h>

Inherits NSObject.

Instance Methods

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

Detailed Description

The information of interpretation language.

Definition at line 12 of file MobileRTCMeetingService+Interpretation.h.

Method Documentation

◆ getLanguageAbbreviations

- (NSString *_Nullable) getLanguageAbbreviations

Get the language alias (abbreviation).

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

◆ getLanguageID

- (NSInteger) 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").