Set Language (SetLanguage)
Used to set the language for the LI PASS interface and emails.
note
It is recommended to set according to the game language, otherwise, there might be inconsistencies between the language of the LI PASS UI and reward emails and the game language.
Function Definition
public static void SetLanguage(string language);
Input Parameters
| Parameters | Type | Explanation |
|---|---|---|
| language | string | Language type (ISO 639), e.g., "en".Defines the language for the LI PASS interface and emails. For more information, see Language Type Definition. |
Code sample
LevelInfinite.SetLanguage("zh-Hans");
Interface Example
Spanish

Russian

Traditional Chinese

Korean

Turkish
