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
Id
Type: Microsoft.Office.Core.MsoAppLanguageIDRequired MsoAppLanguageID.
Property Value
Type: System.Int32