The lexicons for different languages are part of your installation and are present in the!modules folder. For example, the German lexicon module name is: NiagaraLexiconDe-rt.jar.
To enable the Diagnostic Lexicon feature, you need to add a system property, as described in the following steps.
defaults folder.system.properties file and double-click to open it in the Text Editor view.# This system property is used to override the default locale.”.niagara.lexicon.diagnostics=true.
Once the Diagnostic Lexicon feature is active you can configure the feature with different entries to help you find and fix lexicon issues. Examples of lexicon issues and the recommended system property entries are as follows:
~" (example: "~January"). To add this prefix to all lexicon values, add this entry: niagara.lexicon.diagnostics.prefix=~lexiconModule-lexiconLang-lexiconKey=" (example: "baja-en-january=January". To add this longer prefix to all lexicon values, add this entry: niagara.lexicon.diagnostics.prefix=lexiconModule.lexiconLang.lexiconKey=niagara.lexicon.diagnostics.suffix=~niagara.lexicon.diagnostics.addMissing=trueniagara.lexicon.diagnostics.onlyMissing=true