Table of Contents

Class LocaleInfo

Namespace
Framework.Systems.Localization
Assembly
Assembly-CSharp.dll

Locale 메타 정보. GetLocales() 반환 타입.

public sealed class LocaleInfo
Inheritance
object
LocaleInfo

Constructors

LocaleInfo(string, string, string)

public LocaleInfo(string code, string nativeName, string englishName)

Parameters

code string
nativeName string
englishName string

Properties

Code

Locale 코드. ex) "ko", "en"

public string Code { get; }

Property Value

string

EnglishName

영문 이름. ex) "Korean", "English"

public string EnglishName { get; }

Property Value

string

NativeName

현지 언어 이름. ex) "한국어", "English"

public string NativeName { get; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string