xLanguage.index2languageID(Int32) 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 languageCount and index2languageID methods are obsolete. Please .Net APIs to iterate through supported languages.
Retrieves the language ID (for example, "en-us") of the specified language.
public:
static System::String ^ index2languageID(int _number);
[System.Obsolete("The languageCount and index2languageID methods are obsolete. Please .Net APIs to iterate through supported languages.")]
public static string index2languageID (int _number);
[<System.Obsolete("The languageCount and index2languageID methods are obsolete. Please .Net APIs to iterate through supported languages.")>]
static member index2languageID : int -> string
Public Shared Function index2languageID (_number As Integer) As String
Parameters
- _number
- Int32
A number between 1 and the return value of the languageCount method.
Returns
The language ID.
- Attributes