LanguageType
The fields with this property specify the language type for the document. Set this parameter to True
if the associated PropertyFieldCSVs fields contain the language type in your documents. IDOL Server reads the language type for a document from this field.
Alternatively, you can use the language type field to specify the language type for a document that contains a particular field. For example, if a particular field occurs only in documents with the ChSimplified
language type, you can set LanguageType
to ChSimplified
for that field. You must define each language type that you use in the [LanguageTypes]
section.
NOTE: Each document that you store in IDOL Server must contain only one LanguageType
field. If IDOL Server receives a document that contains more than one LanguageType
field, it acknowledges only the first LanguageType
field and ignores the rest.
Type: | String |
Default: | |
Required: | Yes |
Configuration Section: | MyProperty
|
Example: | LanguageType=True
|
See Also: | Property
PropertyFieldCSVs |