HelpLibraryManagerFindLocaleFor(String) Method

This is used to find the installed locale of the specified product version for Help Viewer 2.x

Definition

Namespace: SandcastleBuilder.MicrosoftHelpViewer
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public string FindLocaleFor(
	string catalogName
)

Parameters

catalogName  String
The catalogName for which to get the locale

Return Value

String
The locale found for the specified catalog. If not found, it returns null.

See Also