# when you want to use XIM (X Input Method) 
# for Japanese,Korean,Chinese etc.., but want
# to use English as default messages, try this one

LC_MESSAGES=C
export LC_MESSAGES
