RetrieveProvisionedLanguagesResponse.RetrieveProvisionedLanguages Property
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.
Gets an array of locale ID values that represent the provisioned languages.
public:
property cli::array <int> ^ RetrieveProvisionedLanguages { cli::array <int> ^ get(); };
public int[] RetrieveProvisionedLanguages { get; }
member this.RetrieveProvisionedLanguages : int[]
Public ReadOnly Property RetrieveProvisionedLanguages As Integer()
Property Value
Int32[]
An array of locale ID values that represent the provisioned languages..
Remarks
Valid locale ID values can be found at Locale ID (LCID) Chart.