xLanguage.languageID2Description(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
The languageID2Description method is obsolete. Please use .Net API to get language name/description.
Returns the name of the specified language (for example, "English (United States)"), given the language ID.
public:
static System::String ^ languageID2Description(System::String ^ _languageID);
[System.Obsolete("The languageID2Description method is obsolete. Please use .Net API to get language name/description.")]
public static string languageID2Description (string _languageID);
[<System.Obsolete("The languageID2Description method is obsolete. Please use .Net API to get language name/description.")>]
static member languageID2Description : string -> string
Public Shared Function languageID2Description (_languageID As String) As String
Parameters
- _languageID
- String
The ID of the language (for example, "en-us").
Returns
A string that contains the description of a language.
- Attributes