LanguageSettings.LanguagePreferredForEditing Property
Determines if the value for the MsoLanguageID constant has been identified in the Windows Registry as a preferred language for editing.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property LanguagePreferredForEditing ( _
lid As MsoLanguageID _
) As Boolean
Get
'Usage
Dim instance As LanguageSettings
Dim lid As MsoLanguageID
Dim value As Boolean
value = instance.LanguagePreferredForEditing(lid)
bool this[
MsoLanguageID lid
] { get; }
Parameters
lid
Type: Microsoft.Office.Core.MsoLanguageIDRequired MsoLanguageID.
Property Value
Type: System.Boolean
Remarks
This method returns True if the value for the msoLanguageID constant has been identified in the Windows Registry as a preferred language for editing; False otherwise.
You must test all valid msoLanguageID values to enumerate the set of preferred languages.