I need to know how to swap between languages in Ubuntu 14.04.3 using command line .
Asked
Active
Viewed 41 times
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,677