Class LocaleCodes
- Namespace
- Framework.Systems.Localization
- Assembly
- Assembly-CSharp.dll
지원 Locale 코드 상수. ChangeLanguageAsync / IsCurrentLocale 에서 사용.
public static class LocaleCodes
- Inheritance
-
objectLocaleCodes
Remarks
[규칙] 문자열 직접 입력 금지. 이 클래스 경유. [Game 프로젝트] 추가 언어는 GameLocaleCodes 로 확장한다.
Fields
Chinese
public const string Chinese = "zh"
Field Value
- string
English
public const string English = "en"
Field Value
- string
French
public const string French = "fr"
Field Value
- string
German
public const string German = "de"
Field Value
- string
Japanese
public const string Japanese = "ja"
Field Value
- string
Korean
public const string Korean = "ko"
Field Value
- string