It isn't wine - it is bash.
I would just set this environment varialbe inside my ~/.bashrc file:
Code:
export LC_ALL=zh_CN.UTF-8
This link explains how to modify ..
https://stackoverflow.com/questions/...etion-in-shell explains more.
BTW - Linux doesn't use extensions. It uses the "magic number" at the beginning of files to determine a file type. Use the "file" program to query the type of any file. Bash has a completion-module that will use extensions to help complete commands using a {tab}. Don't think that is related to this at all. This package may not be installed on all systems.
For example:
Code:
$ file /bin/bash
/bin/bash: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=4ead65aeca4e9f1eabf3a0d63eb1f96c225b25fd, stripped
This system is running 3.16.0-45-generic kernel on Ubuntu 14.04.2 LTS.
Having the background will be useful to setting expectations.