I need to know how to swap between languages in Ubuntu 14.04.3 using command line .
Asked
Active
Viewed 40 times
1
-
Are you on a virtual terminal or on an emulated terminal inside an X session? – David Foerster Jan 25 '16 at 12:37
1 Answers
1
Run this in terminal:
gsettings set org.gnome.desktop.input-sources current 0
Here "o" (zero) is the first layout, for other layout you have to change numbers in increasing order - 1,2,etc. So for your second layout you should run:
gsettings set org.gnome.desktop.input-sources current 1

Muzaffar
- 5,597