Compartir a través de


RetrieveAvailableLanguagesResponse.LocaleIds Property

Definition

Gets an array of locale ID values representing the language packs that are installed on the server.

public:
 property cli::array <int> ^ LocaleIds { cli::array <int> ^ get(); };
public int[] LocaleIds { get; }
member this.LocaleIds : int[]
Public ReadOnly Property LocaleIds As Integer()

Property Value

Int32[]

An array of locale id values representing the language packs that are installed on the server.

Remarks

Valid locale ID values can be found at Locale ID (LCID) Chart.

Applies to