Looking for localize names of script folders
Hi, i'm trying to get a list of all the scriptfolder names.
This will solve path issues with other language versions of illustrator.
My script for now:
scriptfolder = {
en: "Scripts",
nl: "Scripts",
de: "Skripten"
};
var imageiconprinter = File(app.path+'/Presets.localized/' + app.locale + '/'+localize(scriptfolder)+'/idatabase/Images/Infopanel_heinerich/heinerichinfopanelprinter.png');
I've defined a country like de: which is german and put the correct foldername behind it.
I would love to have a list of all countrys.
if you don't have a list just fill in the foldername and countryname of your country.
Thanks
Daniel