MoI discussion forum
MoI discussion forum

Full Version: French><English

Show messages: All  1  2-3

From: Michael Gibson
8 May   [#2] In reply to [#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
From: Zooen
9 May   [#3] In reply to [#2]
Thank you so much, Michael !

Show messages: All  1  2-3