LanguageSettings.LanguagePreferredForEditing[MsoLanguageID] Property

Definition

Determines if the value for the MsoLanguageID constant has been identified in the Windows Registry as a preferred language for editing.

public:
 property bool LanguagePreferredForEditing[Microsoft::Office::Core::MsoLanguageID] { bool get(Microsoft::Office::Core::MsoLanguageID lid); };
public bool LanguagePreferredForEditing[Microsoft.Office.Core.MsoLanguageID lid] { get; }
member this.LanguagePreferredForEditing(Microsoft.Office.Core.MsoLanguageID) : bool
Public ReadOnly Property LanguagePreferredForEditing(lid As MsoLanguageID) As Boolean

Parameters

Property Value

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.

Applies to