Class TypicalCharacterSets
Provides access to typical character sets for various SystemLanguages.
Namespace: UnityEngine.Localization.Pseudo
Syntax
public static class TypicalCharacterSets : object
Methods
GetTypicalCharactersForLanguage(SystemLanguage)
Returns the most commonly used characters for the requested language.
Declaration
public static char[] GetTypicalCharactersForLanguage(SystemLanguage language)
Parameters
Type | Name | Description |
---|---|---|
SystemLanguage | language | The langauge to return the most common characters for. |
Returns
Type | Description |
---|---|
Char[] | Array of the characters of null(Not all languages are supported.) |