Click or drag to resize

LanguageIdentifier Methods

The LanguageIdentifier type exposes the following members.

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