Indiscripts

Tag : L10N

YALT 2 | Your Scripting Localization Engine

YALT (JS Script for InDesign CS3/CS4/CS5)In August 2009, we introduced YALT“Yet Another Localization Technique”— as an alternate way to manage multilingual strings and automatic localization in our InDesign scripts. I use it in my everyday projects and I definitely abandoned the native ExtendScript L10N feature, which I believe is too restrictive and not so clever. YALT is a lightweight, quickly includable and easy-to-use tool. Month after month I improved the snippet with the result that it now has nothing to do with the original version! Maybe it's time to share YALT 2.1 with you. . .

Continue reading...

Composer en arabe sous InDesign CS4

Comme l'avait souligné Thomas Phinney dans son célèbre billet « World-Ready Composer in Adobe CS4 », InDesign embarque depuis la CS4 une ribambelle d'outils secrets capables de gérer l'écriture de droite à gauche propre à certaines langues, la bidirectionnalité et autres fonctionnalités qu'on pensait jusqu'alors réservées à InDesign ME. Ces goodies restent peu documentés mais sont déjà largement expérimentables grâce au scripting.

Continue reading...

How to Create your Own InDesign Menus

The InDesign Menu Model.

Continue reading...

Equalizer 2.08 | Spanish UI Support and Bug Fixed

Thanks to Marie Lebert, Equalizer 2.08 for InDesign CS4 now provides a localized user interface for Spanish users. Moreover, a script issue concerning measurement units has been fixed. Update now!

Continue reading...

Equalizer Now Supports Arabic Language UI

Equalizer 2.07 for InDesign CS4 supports five languages. The script now provides English (default), French, German, Russian and Arabic UI strings depending on the application locale.

Continue reading...

Switching InDesign's UI Language (in Windows)

In a recent post, David Blatner (InDesignSecrets) offered us a free Mac OS application for InDesign to be displayed in various languages. Amazing tool for experiencing the user interface as translated for other countries. Fortunately Windows users can switch the UI too, by means of the Windows Registry.

Continue reading...

Yet Another Localization Technique (YALT) – Part 2

In the previous episode, we designed a light-weighted markup syntax for localized strings of any JavaScript based projects. Now let's see how to get a generic and simple access to those L10N data.

Continue reading...

Yet Another Localization Technique (YALT) – Part 1

When you need your script's user interface to be translated according to the InDesign application locale, the common approch is to invoke the localization ExtendScript feature. The process is pretty straightforward, except that —in a verbose UI— you will have to create and manage many “localization objects”.

Continue reading...