-
Notifications
You must be signed in to change notification settings - Fork 468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question]: How do I change the user interface language? #3569
Comments
You have to set some environment variable IIRC: Gettext#Running: |
set LANGUAGE=ja_JP Where do I copy codelite.mo and codelite.po? |
Which platform do you use? For *NIX, files should already be present in Files (as ja_JP/LC_MESSAGES/codelite.mo) are looked up depending on platform in:
|
Solved |
On Windows, you will need to re-compile CodeLite. The icon is embedded in the https://github.com/eranif/codelite/blob/master/LiteEditor/code_parser.rc#L2 |
Where do I place the downloaded Japanese language files (codelite.mo, codelite.po)?
Even if I copy them to the installation folder and check "Enable localization" on the settings page, I cannot change the UI language.
The text was updated successfully, but these errors were encountered: