IUIHostLocale Interface

Definition

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

public interface class IUIHostLocale
public interface class IUIHostLocale
__interface IUIHostLocale
[System.Runtime.InteropServices.Guid("2C2EA031-02BE-11D1-8C85-00C04FC2AA89")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IUIHostLocale
[System.Runtime.InteropServices.Guid("2C2EA031-02BE-11D1-8C85-00C04FC2AA89")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IUIHostLocale
[<System.Runtime.InteropServices.Guid("2C2EA031-02BE-11D1-8C85-00C04FC2AA89")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IUIHostLocale = interface
[<System.Runtime.InteropServices.Guid("2C2EA031-02BE-11D1-8C85-00C04FC2AA89")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IUIHostLocale = interface
Public Interface IUIHostLocale
Derived
Attributes

Remarks

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

Methods

GetDialogFont(UIDLGLOGFONT[])

Returns the dialog box font used for the host UI.

GetUILocale(UInt32)

Returns the UI locale identifier of the host.

Applies to