I have a script that uses the javascript resource menu tag to put the script in the Filter dropdown menu. A user from France informed me that this was not working for the French version of CS3 on Windows. I then changed the menu item to the French menu item name (filtre). That did not work either. Does this only work on English versions of Photoshop?
Here is the basic format that I'm using to get it into the filter menu.
Code: Select all/*
<javascriptresource>
<name>My Script</name>
<menu>filter</menu>
</javascriptresource>
*/
javascript resource menu tag not working for French CS3
javascript resource menu tag not working for French CS3
Same issue with me. Any help please?
javascript resource menu tag not working for French CS3
Bonjour
I tested a script with <javascript resource> in French CS5.
It works well with <menu> filter </ menu> and <enableinfo> true </ enableinfo>.
I tested a script with <javascript resource> in French CS5.
It works well with <menu> filter </ menu> and <enableinfo> true </ enableinfo>.
javascript resource menu tag not working for French CS3
Great, I'm glad to hear that it works in CS5. Maybe its just a CS3 (or CS3/CS4) bug.
I wanted to test this myself. However Adobe does not allow switching languages in Photoshop without an additional license. I really don't understand why this is restricted. As long as it isn't installed on more than 2 computers, I don't see why changing languages would be a big deal.
I wanted to test this myself. However Adobe does not allow switching languages in Photoshop without an additional license. I really don't understand why this is restricted. As long as it isn't installed on more than 2 computers, I don't see why changing languages would be a big deal.