SUIHostLocale Interface

Definition

Passed to GetService(Type) to return a reference to IUIHostLocale.

public interface class SUIHostLocale
public interface class SUIHostLocale
__interface SUIHostLocale
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.Guid("2C2EA031-02BE-11D1-8C85-00C04FC2AA89")]
public interface SUIHostLocale
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.Guid("2C2EA031-02BE-11D1-8C85-00C04FC2AA89")>]
type SUIHostLocale = interface
Public Interface SUIHostLocale
Attributes

Remarks

Used by VSPackages such as Projects or Editors that need access to locale information to properly handle localization (for example, how to handle fonts in dialogs).

Applies to