IUIHostLocale2 Interface
Visual Studio 2015
Provides access to the host's UI locale services to manage dialog box string localization.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetDialogFont(UIDLGLOGFONT[]) | Returns the dialog box font used for the host UI. |
![]() | GetUILibraryFileName(String, String, String) | Returns a UI library (DLL) file. |
![]() | GetUILocale(UInt32) | Returns the UI locale identifier of the host. |
![]() | LoadDialog(UInt32, UInt32, IntPtr) | Loads a dialog box template. |
![]() | LoadUILibrary(String, String, UInt32, UInt32) | Retrieves an HINSTANCE of the satellite DLL from which to obtain the localized strings. |
![]() | MungeDialogFont(UInt32, Byte[], IntPtr) | Indicates the dialog box template to use. |
This interface is required only when accommodating foreign-language strings provided in a satellite DLL.
Show:
