LanguageSettings Interface

Returns information about the language settings in a Microsoft Office application.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
<GuidAttribute("000C0353-0000-0000-C000-000000000046")> _
Public Interface LanguageSettings _
    Inherits _IMsoDispObj
'Usage
Dim instance As LanguageSettings
[GuidAttribute("000C0353-0000-0000-C000-000000000046")]
public interface LanguageSettings : _IMsoDispObj

Remarks

Use the LanguageID property to return locale identifier (LCID) information to the specified application.

Use the LanguagePreferredForEditing property to determine which LCIDs are registered as preferred editing languages for the application.

See Also

Reference

LanguageSettings Members

Microsoft.Office.Core Namespace