IUIHostLocale Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Some members of this interface are safe to access from any thread.
Methods
GetDialogFont(UIDLGLOGFONT[]) |
Returns the dialog box font used for the host UI. |
GetUILocale(UInt32) |
Returns the UI locale identifier of the host. |