Share via


xLanguage.index2languageID(Int32) Method

Definition

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

Applies to