Click or drag to resize

LanguageIdentifierGetLanguageIdentifier Method (String)

Parses the locale string and returns the corresponding LanguageIdentifier instance.

Namespace:  ImmerseSDK.Localisation
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public static LanguageIdentifier GetLanguageIdentifier(
	string locale
)

Parameters

locale
Type: SystemString
The locale string in the form en, en-GB, etc

Return Value

Type: LanguageIdentifier
See Also