Share via


ManagementPack.GetLanguagePack Method

Definition

Retrieves a language pack from the management pack.

Overloads

GetLanguagePack(CultureInfo)

Retrieves the specified language pack from the management pack using the culture of the language pack.

GetLanguagePack(String)

Retrieves the specified language pack from the management pack using an ISO 639-2 three-letter code.

Remarks

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

GetLanguagePack(CultureInfo)

Retrieves the specified language pack from the management pack using the culture of the language pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackLanguagePack ^ GetLanguagePack(System::Globalization::CultureInfo ^ culture);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackLanguagePack GetLanguagePack (System.Globalization.CultureInfo culture);
member this.GetLanguagePack : System.Globalization.CultureInfo -> Microsoft.EnterpriseManagement.Configuration.ManagementPackLanguagePack
Public Function GetLanguagePack (culture As CultureInfo) As ManagementPackLanguagePack

Parameters

culture
CultureInfo

The culture of the language pack to retrieve.

Returns

The specified language pack.

Remarks

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

Applies to

GetLanguagePack(String)

Retrieves the specified language pack from the management pack using an ISO 639-2 three-letter code.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackLanguagePack ^ GetLanguagePack(System::String ^ languagecode);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackLanguagePack GetLanguagePack (string languagecode);
member this.GetLanguagePack : string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackLanguagePack
Public Function GetLanguagePack (languagecode As String) As ManagementPackLanguagePack

Parameters

languagecode
String

The three-letter language code of the language pack to retrieve.

Returns

The specified language pack.

Remarks

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

Applies to