French><English

Next
 From:  Zooen
11988.1 
Hi Michael,
Would it be possible for you to create a script that would let me switch between English and French using a keyboard shortcut?
I'm working on my “FrenchStrings.txt” file to refine my personal translation of MoI3D. So I often need to switch back and forth between the two languages.
Thank you in advance for looking into this.

- 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

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