IUIHostLocale Interface

 

Provides access to the host's UI locale services to manage dialog box string localization.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("2C2EA031-02BE-11D1-8C85-00C04FC2AA89")]
public interface IUIHostLocale

NameDescription
System_CAPS_pubmethodGetDialogFont(UIDLGLOGFONT[])

Returns the dialog box font used for the host UI.

System_CAPS_pubmethodGetUILocale(UInt32)

Returns the UI locale identifier of the host.

This interface is required only when accommodating foreign-language strings provided in a satellite DLL.

Return to top
Show: