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