The [LanguageTypes]
configuration section lists the languages that you use and defines some generic parameters. You can also set the parameters listed under Language Configuration in the [LanguageTypes]
section to set a default value for these parameters, which you can then override for individual languages.
Note: The Category component reads language configuration parameters only from the [LanguageTypes]
section. In a stand-alone Category component configuration, it retrieves the individual language configuration settings from the Content component configured as the [DataDRE]
.
For example:
[LanguageTypes] DefaultLanguageType=englishASCII DefaultEncoding=UTF8 LanguageDirectory=C:\IDOLserver\IDOL\langfiles GenericTransliteration=True StopWordIndex=1 ProperNames=3 TangibleCharacters=!? 0=english 1=afrikaans 2=albanian 3=arabic 4=chinese 5=general
|