Versions Compared

Key

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

...

Code Block
languagexml
themeEmacs
titleAppServerX.xml
<Language Id="en_US">
				<Alias>en</Alias>
				<Alias>am</Alias>
				<GrammarCheckProviderOptions>en-US</GrammarCheckProviderOptions>
				<EnableNgramData>true</EnableNgramData>
				<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>

...