HelpLibraryManagerFindLocaleFor(String, String) Method
This is used to find the installed locale of the specified product version for Help Viewer 1.0
Namespace: SandcastleBuilder.MicrosoftHelpViewerAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public string FindLocaleFor(
string product,
string version
)
Public Function FindLocaleFor (
product As String,
version As String
) As String
public:
String^ FindLocaleFor(
String^ product,
String^ version
)
member FindLocaleFor :
product : string *
version : string -> string
- product String
- The product for which to get the locale.
- version String
- The version of the product for which to get the locale.
StringThe locale found for the specified product. If not found, it returns null.