The Library property in the GlobalConfig contains the name of the spell-checker DLL library (for example 'GN3Sentry.dll', 'GN4Hunspell.dll').
The Library property needs to exist in all <Spell... nodes.
Remember to recycle the application pool after reloading the modified GlobalConfig.
<CSApi>
<Spell Language="br" Library="gn3sentry.dll">
<SpellOptKey Name="IgnoreMixedDigits" />
<SpellOptKey Name="IgnoreAllCapsWord" />
<SpellOptKey Name="ReportDoubledWord" />
<SpellOptKey Name="ReportMixedDigits" />
<SpellOptKey Name="ReportUncapped" />
<SpellOptKey Name="SplitContractedWords" />
<SpellOptKey Name="SuggestPhonetic" />
<SpellOptKey Name="SuggestTypographical" />
</Spell>
Note
Spellchecker library files and dictionary files must all be placed in the folder containing executables (for client applications) or in the bin folder of the web application (for GNPortal, Tark4 and GN4 browser)
See also About GN3Sentry.dll.
IMPORTANT: To make these changes available to the GN4 users, after you saved the GLOBALCONFIG.XML file and imported it into the database, or after you modified it in EdAdmin4 and saved, recycle the GN4 application pools on all IIS servers and then make all users log out and log back in.