ISPWApplication.LanguageSettings Property

Returns information about the current Office language settings.

Namespace:  Microsoft.Office.SharePointWorkspace.AddIn
Assembly:  Microsoft.Office.SharePointWorkspace.AddIn.Interface (in Microsoft.Office.SharePointWorkspace.AddIn.Interface.dll)

Syntax

'Declaration
ReadOnly Property LanguageSettings As LanguageSettings
    Get
'Usage
Dim instance As ISPWApplication
Dim value As LanguageSettings

value = instance.LanguageSettings
LanguageSettings LanguageSettings { get; }

Property Value

Type: Microsoft.Office.Core.LanguageSettings
The user's current Office language settings. The LanguageSettings object is defined in the Microsoft.Office.Core namespace.

Remarks

This method provides access to the LanguageSettings.LanguageID property, which returns the locale identifier (LCID) for the user interface preferred language.

The returned object does not provide information about the language settings creator or about the language preferred for installing or help.

See Also

Reference

ISPWApplication Interface

ISPWApplication Members

Microsoft.Office.SharePointWorkspace.AddIn Namespace