Dictionary.LanguageSpecific Property
True if the custom dictionary is to be used only with text formatted for a specific language.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property LanguageSpecific As Boolean
Get
Set
'Usage
Dim instance As Dictionary
Dim value As Boolean
value = instance.LanguageSpecific
instance.LanguageSpecific = value
bool LanguageSpecific { get; set; }
Property Value
Type: System.Boolean