Click or drag to resize
Sandcastle Help File BuilderHelpLibraryManagerFindLocaleFor Method (String, String)
This is used to find the installed locale of the specified product version for Help Viewer 1.0

Namespace: SandcastleBuilder.MicrosoftHelpViewer
Assemblies:  HelpLibraryManagerLauncher (in HelpLibraryManagerLauncher.exe) Version: 2014.11.22.0
  SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public string FindLocaleFor(
	string product,
	string version
)

Parameters

product
Type: SystemString
The product for which to get the locale.
version
Type: SystemString
The version of the product for which to get the locale.

Return Value

Type: String
The locale found for the specified product. If not found, it returns null.
See Also