Talk:Internationalization of Haskell programs using gettext
On my Ubuntu 10.10, it works if I change `LOCALE=de_DE.UTF-8 ./Main` to `LANG=de_DE.UTF-8 ./Main`. But the output is garbled when I'm doing Simplified Chinese, with LANG set to zh_CN.UTF8.
On my Ubuntu 10.10, it works if I change `LOCALE=de_DE.UTF-8 ./Main` to `LANG=de_DE.UTF-8 ./Main`. But the output is garbled when I'm doing Simplified Chinese, with LANG set to zh_CN.UTF8.