Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

How to change ToolJet language?#6375

Answeredbywithshubh
danddinh asked this question inQ&A
Discussion options

There's a guide here to create languages for UI:https://docs.tooljet.com/docs/contributing-guide/l10n/

However, the UI of ToolJet including the admin UI and app UI has no where to change language, a dropdown to select language or that kind of stuff.

Anyone, how to change UI language pls?

You must be logged in to vote

Replies: 3 comments 3 replies

Comment options

Hey @dandeancook 👋

The language setting in the.env file can only be modified by an administrator. The file contains a language key, which is initially set to "en". Users have the option to enter a valid abbreviation for the language, which our system supports.

You must be logged in to vote
2 replies
@danddinh
Comment options

a valid abbreviation for the language

Is that option on ToolJet built-in UI? or used during app making?

@withshubh
Comment options

Please go through this guide:https://docs.tooljet.com/docs/contributing-guide/l10n

Answer selected bydanddinh
Comment options

Hey @dandeancook 👋

The language setting in the.env file can only be modified by an administrator. The file contains a language key, which is initially set to "en". Users have the option to enter a valid abbreviation for the language, which our system supports.

From the code search

constlanguage=config.LANGUAGE||'en';
,https://github.com/search?q=repo%3AToolJet%2FToolJet%20LanguageSelection%20&type=code.

I tried to configLANGUAGE in .env, but it did not work, it seems theLanguageSelection component is not used now.

You must be logged in to vote
0 replies
Comment options

It's working when I tried to recreate the docker containers. But the translation seems not complete. I have followed the guidance onhttps://docs.tooljet.com/docs/contributing-guide/l10n/.

My translation ishere.

image

image

You must be logged in to vote
1 reply
@betterzjy
Comment options

thanks, I an also looking for Chinese translation

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A
Labels
None yet
4 participants
@danddinh@liudonghua123@betterzjy@withshubh

[8]ページ先頭

©2009-2025 Movatter.jp