Include Protected Members
Include Inherited Members
Provides access to the host's UI locale services to manage dialog box string localization.
The IUIHostLocale2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetDialogFont | Returns the dialog box font used for the host UI. (Inherited from IUIHostLocale.) |
![]() |
GetDialogFont(array<UIDLGLOGFONT[]) | Returns the dialog box font used for the host UI. |
![]() |
GetUILibraryFileName | Returns a UI library (DLL) file. |
![]() |
GetUILocale | Returns the UI locale identifier of the host. (Inherited from IUIHostLocale.) |
![]() |
GetUILocale(UInt32%) | Returns the UI locale identifier of the host. |
![]() |
LoadDialog | Loads a dialog box template. |
![]() |
LoadUILibrary | Retrieves an HINSTANCE of the satellite DLL from which to obtain the localized strings. |
![]() |
MungeDialogFont | Indicates the dialog box template to use. |
Top