Click or drag to resize

LanguageIdentifier Class

Identifies a language. Also known as a Locale. Examples: en, en-gb, en-us, etc
Inheritance Hierarchy
SystemObject
  ImmerseSDK.LocalisationLanguageIdentifier

Namespace:  ImmerseSDK.Localisation
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public class LanguageIdentifier

The LanguageIdentifier type exposes the following members.

Constructors
  NameDescription
Public methodLanguageIdentifier
Initializes a new instance of the LanguageIdentifier class
Top
Properties
  NameDescription
Public propertyCultureCode
Culture code e.g. gb, us, etc
Public propertyLanguageCode
The language code, e.g. en, fr, etc
Top
Methods
  NameDescription
Public methodStatic memberGetLanguageIdentifier(String)
Parses the locale string and returns the corresponding LanguageIdentifier instance.
Public methodStatic memberGetLanguageIdentifier(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
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also