ILanguagePacksManagement Interface

Definition

Allows you to access the language packs on the Service Manager server. A language pack contains localized display strings (names and descriptions) for objects that are defined in the management pack.

public interface class ILanguagePacksManagement
public interface ILanguagePacksManagement
type ILanguagePacksManagement = interface
Public Interface ILanguagePacksManagement

Methods

GetDisplayString(ExtensionIdentifier, CultureInfo)

Gets a specific display string by specifying the extension identifier and the culture info.

GetDisplayStrings(ExtensionIdentifier)

Gets a collection of display strings by using the extension identifier.

GetDisplayStrings(ManagementPackDisplayStringCriteria)

Gets a collection of display strings that are filtered by the specified criteria.

GetLanguagePack(Guid)

Gets a specific language pack by specifying the identifier for the language pack to return.

GetLanguagePacks()

Gets a collection of all the language packs from the Service Manager server.

GetLanguagePacks(ManagementPackLanguagePackCriteria)

Gets a collection of language packs based on the specified criteria.

Applies to