Share via


ManagementPack.GetLanguagePacks Method

Definition

Retrieves all language packs that are contained in the management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackLanguagePack ^> ^ GetLanguagePacks();
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackLanguagePack> GetLanguagePacks ();
member this.GetLanguagePacks : unit -> Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackLanguagePack>
Public Function GetLanguagePacks () As ManagementPackElementCollection(Of ManagementPackLanguagePack)

Returns

A collection of all language packs in the management pack.

Remarks

A language pack contains all display strings and knowledge articles associated with a particular locale.

Applies to