IUIHostLocale 接口

定义

提供对宿主的 UI 区域设置服务的访问以管理对话框字符串本地化。

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(1)>]
type IUIHostLocale = interface
Public Interface IUIHostLocale
派生
属性

注解

仅当容纳附属 DLL 中提供的外语字符串时,才需要此接口。

方法

GetDialogFont(UIDLGLOGFONT[])

返回用于宿主 UI 的对话框字体。

GetUILocale(UInt32)

返回主机的 UI 区域设置标识符。

适用于