_Application.LanguageSettings Property
Returns a LanguageSettings object for the application that contains the language-specific attributes of Outlook. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property LanguageSettings As LanguageSettings
Get
'Usage
Dim instance As _Application
Dim value As LanguageSettings
value = instance.LanguageSettings
[DispIdAttribute()]
LanguageSettings LanguageSettings { get; }
Property Value
Type: Microsoft.Office.Core.LanguageSettings