Versions Compared

Key

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

...

4. Deactivate unused languages by commenting out the corresponding tags. 

Use <!-- to start a comment and --> to close the comment.

Code Block
languagexml
themeEmacs
titleAppServerX.xml
<!-- Start of the comment
<Language Id="en_US">
    <Alias>en</Alias>
    <Alias>am</Alias>
    <GrammarCheckProviderOptions>en-US</GrammarCheckProviderOptions>
    <ThesaurusEnabled>true</ThesaurusEnabled>
    <SpellEngineOptions>
        <Locale>am</Locale>
        <SpellCheckProvider>ssce</SpellCheckProvider>
        <Dictionary FullPath="ssceam2.clx">
            <ForSuggest>no</ForSuggest>
        </Dictionary>
        <Dictionary FullPath="ssceam2s.clx">
            <ForSuggest>yes</ForSuggest>
        </Dictionary>
        <Dictionary FullPath="sscema2.clx"/>
        <Dictionary FullPath="keywords.clx"/>
        <Dictionary FullPath="ssceam.tlx"/>
    </SpellEngineOptions>
</Language>
--> End of the comment

...

6. Validate the list of the languages available using API get_lang_list  command. 

For details, visit Using WebSpellChecker Server Web API#5.GetLanguagesListCommand guide.

...