Share via


LanguageSettings.LanguageID Property

Returns the locale identifier (LCID) for the install language, the user interface language, or the Help language.

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

Syntax

'Declaration
ReadOnly Property LanguageID ( _
    Id As MsoAppLanguageID _
) As Integer
    Get
'Usage
Dim instance As LanguageSettings
Dim Id As MsoAppLanguageID
Dim value As Integer

value = instance.LanguageID(Id)
int this[
    MsoAppLanguageID Id
] { get; }

Parameters

Property Value

Type: System.Int32

See Also

Reference

LanguageSettings Interface

LanguageSettings Members

Microsoft.Office.Core Namespace