Tutorial
Cixo a editat această pagină 5 luni în urmă

Hello in cx-libtranslate.

What is it?

This is simple translation library. It could manage languages in Your application. All phrases, which must be translated to native languages are stored in the JSON files. Also list of avairable languages could be JSON file.

Names in the library:

  • Phrasebook - Something like dictionary of phrases, and its translates.
  • Index - Index of avairable languages, and paths to phrasebooks.
  • Phrase - Definition to translate.
  • Translation - Translated phrase.

Avability

  • NodeJS (NPM / CommonJS modules)
  • Browsers (By script tag and / or CDN)

How to use?

First include library load language class.