Help
jQuery app internationalization and localization
jQuery is a lightweight library that simplifies programming with JavaScript. It builds on top of browser function and accomplishes programming tasks with fewer lines of code.
- Created by
- John Resig
- Released
- January 2006
- Links
-
https://jquery.com
Wikipedia
🔗Applications using jQuery are usually translated using
🔗Related Platforms
🔗Best way to localize jQuery
The first step is to extract the text to translate into language files. This process is called internationalization. You can extract the text to translate into JSON files or to use Globalize.
Once you have internationalized your jQuery code, use a translation software localization tool such as WebTranslateIt to manage your localization workflow.
It is easy to translate JSON files with WebTranslateIt. Create a project, upload your source language file in the File Manager and translate it on the Translation Interface.
The tools included in WebTranslateIt, such as Batch Operations, the Translation Memory or Machine Translation can help you translate that file automatically, faster and cost effectively.
🔗Links of interest
- WebTranslateIt’s CLI to help sync language files.