Targeting Select All menu language independent
I have a script that adds a menu under the Select All menu.
But I can not target the menu language independent.
I tried "Select_All", "SelectAll' and even "Select All" but it does not work in other languages.
I'm using a Dutch install. When I insert 'Clear' it does add under 'Wissen' in the Dutch version (Wissen=Clear)
Now I'm using this:
var fileMenu = app.menus.item("$ID/Main").submenus.item("$ID/&Edit");
var refItem = fileMenu.menuItems.item("Alles selecteren");
Alles Selecteren is the Dutch entry for Select All, but I want to make this work in any language.
Does anyone know what to target as $ID here?
Thanks!
