© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Add demo video
Tool for translating Caché message dictionaries.
USER> do ##class(CLM.Installer).setup()
CNAPath
, hunspellPath
, libcPath
, dicPath
, affPath
settingsyandexkey
settingsYou may use UI to set all the libraries’ and dictionaries path.
You can set the following settings:
Setting | Sample value | Description |
---|---|---|
CNAPath | libcna.so | Path to libcna.dll or libcna.so |
libcPath | C:/Windows/System32/msvcrt.dll | Path to C standart library for windows (/lib/x86_64-linux-gnu/libc.so.6 for linux) |
hunspellPath | libhunspell.dll | Path to hunspell shared library |
affPath | e.g. “C:/language/affs/” | Path to your hunspell dictionary |
dicPath | e.g. “C:/language/dics/” | Path to your hunspell dictionary |
yandexkey | trnsl.1.1.2015062… | Your yandex translate api key |