You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Starting the WebSpellChecker Server version 5.17.0, we enabled by default the 25 most popular languages and added the option to enable other languages via the AppServerX.xml file. To enable non-default language for the WebSpellChecker Server, you need to perform the steps described in this guide.

  1. Open the AppServerX.xml configuration file for editing. By default, the file is located in: <Installation_Path>/WSC/AppServer/AppServerX.xml. Before making any changes to the AppServerX.xml file, it is recommended to stop AppServer.
  2. Find a block with the needed language in AppServerX.xml.


<Language Id="cs_CZ" Enabled="false">
<!-- Czech (Czech Republic) -->
<Alias>cs</Alias>
<SpellEngineOptions>
<SpellCheckProvider>enchant</SpellCheckProvider>
</SpellEngineOptions>
</Language>

Here you can find the list of supported languages along with their demos: https://webspellchecker.com/supported-languages/

3. Set Enabled="true".
4. Restart AppServer.
5. If you run WebSpellChecker on Docker, you can create a Docker image from a modified Docker container to use it further.



  • No labels