| LanguageIdentifierGetLanguageIdentifier Method (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
Namespace:
ImmerseSDK.Localisation
Assembly:
ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax public static LanguageIdentifier GetLanguageIdentifier(
string languageCode,
string cultureCode
)
Parameters
- languageCode
- Type: SystemString
Language code, e.g. en, fr, etc - cultureCode
- Type: SystemString
For the neutral culture, specify null or empty string
Return Value
Type:
LanguageIdentifierSee Also