Method GetTypicalCharactersForLanguage
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.) |