Site Manager Developer Manual / Version 2107
Table Of ContentsThis file is necessary for the spell checker. It defines the mappings from Java Locale objects to Word language identifiers. For example,
de_DE=wdGerman
maps the locale de_DE
to the Word language identifier wdGerman
. The most common European
languages are covered in the default language-mapping.properties
file. The locale identifier can be
taken from the Locale.toString()
method (see Javadoc for details) and the Word language identifiers
from the WdLanguageID
enumeration of the Word object type library.