Scripts in Localized InDesign : locale independent default names
Hi All!
I am asking this question because I do not have enough experience with localized versions of InDesign, but at the moment my script needs to be used with such a version of InDesign.
In my script I need to use the default layer named "Layer 1". Localized versions of InDesign use different names.
When it comes to translating menu strings, one must use a localization-independent notation with the "$ID/" prefix.
The layer name is also numbered. How to do the right thing here?
app.translateKeyString("$ID/Layer 1")
The same goes for the default style names....
Will it be correct to use such code? Is it possible to somehow find all the lines in independent localization?
