Installing additional dictionaries
Brightspot comes with US English and Spanish dictionaries for spell checking. You need to install additional dictionaries in the following situations:
You want to use non-US spelling in spell check.
You want to spell check in a language other than English or Spanish.
Download or create the Hunspell dictionary, both a
.dic
file and an.aff
file. Give each file a base nameHunspellDictionary_xx
.The last two letters of the base name must be a language code that Java recognizes. For a list of two-letter language codes, see Codes for the Representation of Names of Languages.
Example:
HunspellDictionary_fr.dic
andHunspellDictionary_fr.aff
Installing a dictionary
HunspellDictionary_en
replaces Brightspot's internal US English dictionary.
Place the files in
cms/hunspell/src/main/resources/
.Rebuild your Brightspot project.
Brightspot uses the installed dictionary for users with the matching locale. For example, if you installed a dictionary HunspellDictionary_fr.dic
, and a user's locale is French, Brightspot spell checks the user's text in French. If a user selects a locale for which there is no matching dictionary, spelling falls back to the browser (which has its own rules for spell checking).
wooorm dictionaries (an excellent source for standard dictionaries in many languages)