Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

If you use the version before v5.17.0 and you need a language that is not available in your package, the only option to proceed is to upgrade to the latest available version. Custom builds are no longer provided.

1. Open Locate and 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 to stop AppServer.

2. Find a block with the needed language in AppServerX.xml. Example for the Chezh language by language name or its short code. For example, the Czech language:

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

3. Change the value for Enabled state from false to true

4. Save the updated version of the AppServerX.xml file and start AppServer to apply changes.

5. You can validate Here you can find the list of supported languages along with their demosthe enabled languages using get_info API command. For example: https://webspellchecker.com/supported-languages/.3. Set Enabled="true".
4. Restart AppServer.
5. localhost/wscservice/api?cmd=get_info

Tip

If you run WebSpellChecker on Docker, you can create an updated image from a modified Docker container to use it further.