Question
Change doubleQuotes using javascript
Good Morning and Happy new Year.
I'm trying to change the preference of double quotes with javascript, my code is:
var languages= activeDoc.languages;
if (languages != null) {
var language= languages[0];
language.doubleQuotes = '””'
}
but this code don't run.
Does anyone know how to change this preference?
thank you
