Compartir a través de


RetrieveInstalledLanguagePacksResponse.RetrieveInstalledLanguagePacks Property

Definition

Gets an array of locale ID values that represent the installed language packs.

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

Property Value

Int32[]

An array of locale ID values that represent the installed language packs.

Remarks

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

Applies to