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. The Content component 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 the Content component must contain only one LanguageType field. If Content 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