Extending the spell checker to other languages
Ensure correct spelling and diversify the scope of the spell checker in the
rich text editors (RTEs) in your application, by defining additional supported
locales.
By default, the spell checker verifies spelling according to the
language that is associated with the locale of the user. By modifying the
pyDefaultSpellCheckLocale decision table, you expand the list of
languages for the spell checker.
Before you begin: Ensure that you have a property with a list of supported
languages from which a user can select the language for the spell checker. For example,
create a drop-down list that is based on a value list property that includes the options
for American English and British English.
For more information, see Properties and Adding a Drop-down control.