The IGetClusterUIInfo::GetLocale method retrieves the locale identifier to be used with property and wizard pages.
LCID GetLocale();
None.
GetLocale always returns the locale identifier for the current Cluster Administrator instance.
Cluster Administrator extensions call the IGetClusterUIInfo::GetLocale method to retrieve the locale identifier that can be used for loading dialog resources. A single Cluster Administrator Extension DLL can support multiple languages.
At present, GetLocale returns NULL. Cluster Administrator extensions should not use this return value in their user interface displays.
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in cluadmex.h.