ETCs/Arch Linux

다른 언어로 프로그램 실행하기..

LeeJS7734 2015. 7. 30. 19:38

기본언어가 영어로 되어있는 상황에서 한글이 제대로 안보이거나 입력이 안될 때 응용가능한...

 

From Arch Wiki


Launch application with different locale from terminal

For example launch Abiword with Hebrew locale:

$ env LANG=he_IL.UTF-8 abiword &


Launch application with different locale from desktop

Copy the .desktop file to the user home directory so it will take precedence:

$ cp /usr/share/applications/abiword.desktop ~/.local/share/applications/

Edit the Exec command:

~/.local/share/applications/abiword.desktop

Exec=env LANG=he_IL.UTF-8 abiword %U