![]() | LanguageIdentifier Class |
Namespace: ImmerseSDK.Localisation
public class LanguageIdentifier
The LanguageIdentifier type exposes the following members.
Name | Description | |
---|---|---|
![]() | LanguageIdentifier | Initializes a new instance of the LanguageIdentifier class |
Name | Description | |
---|---|---|
![]() | CultureCode |
Culture code e.g. gb, us, etc
|
![]() | LanguageCode |
The language code, e.g. en, fr, etc
|
Name | Description | |
---|---|---|
![]() ![]() | GetLanguageIdentifier(String) |
Parses the locale string and returns the corresponding LanguageIdentifier instance.
|
![]() ![]() | GetLanguageIdentifier(String, String) |
Get the Language Identifier (e.g. en-GB) given the language code and an optional culture code.
For the neutral culture, specify null or empty string for cultureCode
|
![]() | ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |