Partager via


IUIHostLocale2 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)

Syntax

'Déclaration
<GuidAttribute("2C2EA032-02BE-11D1-8C85-00C04FC2AA89")> _
<InterfaceTypeAttribute()> _
Public Interface IUIHostLocale2 _
    Implements IUIHostLocale
'Utilisation
Dim instance As IUIHostLocale2
[GuidAttribute("2C2EA032-02BE-11D1-8C85-00C04FC2AA89")]
[InterfaceTypeAttribute()]
public interface IUIHostLocale2 : IUIHostLocale
[GuidAttribute(L"2C2EA032-02BE-11D1-8C85-00C04FC2AA89")]
[InterfaceTypeAttribute()]
public interface class IUIHostLocale2 : IUIHostLocale
public interface IUIHostLocale2 extends IUIHostLocale

Remarks

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

See Also

Reference

IUIHostLocale2 Members

Microsoft.VisualStudio.Shell.Interop Namespace