LanguageSettings.LanguagePreferredForEditing[MsoLanguageID] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- lid
- MsoLanguageID
Required MsoLanguageID.
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.