French><English
All  1  2-3

Previous
Next
 From:  Michael Gibson
11988.2 In reply to 11988.1 
Hi Zooen,

re:
> Would it be possible for you to create a script that would let me switch between
> English and French using a keyboard shortcut?

Try putting this for the "Command" part of the keyboard shortcut:

script: /* Toggle language between English/French */ if ( moi.ui.language != 'English' ) { moi.ui.language = 'English'; } else { moi.ui.language = 'French'; }

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Zooen
11988.3 In reply to 11988.2 
Thank you so much, Michael !

- Zooen

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages: All  1  2-3