Language Id's wont change
Hi!
I'm poking around with the attemp to set the language ID for simplified Chinese by Javascript.
It does work when i use, for example, french but I couldnt find a way to do this for an asian language.
I also tried it with an installation of InDesign CC in chinese.
May anyone have an idea how to get this to work?
var _ps = app.documents.firstItem().allParagraphStyles;
for (var i = 1; i < _ps.length; i++) {
_ps.composer = 'Adobe Japanese Paragraph Composer';
_ps.appliedLanguage = '$ID/Chinese: Simplified';
Thomas
