Sunday, February 15, 2015

InDesign KeyStrings translation

to find the ID:
$.writeln(app.findKeyStrings('Deutsch: Schweiz Rechtschreibreform 2006'))

to find the localized String:
$.writeln(app.translateKeyString('$ID/de_DE_2006'))

output:

$ID/de_CH_2006
Deutsch: Rechtschreibreform 2006

No comments: