-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
Settings for server default language #1708
Settings for server default language #1708
Conversation
Add the ability to set the default language for new users. Admin can set server default language in admin/General section.
I was waiting for this one! |
I put the default server language setting in admin/General: |
I think we should have an extra option under administration -> general -> language to leave the system as is, i.e., let the application choose the language based on user's browser. The way it is now, you have to select a default language for the app. |
@marceloschmidt you mean give a default value to the app language with the the language of user's browser?
|
@marceloschmidt Or you mean add an option for restoring to default language(base on user's browser)? |
What I mean is that once you save that setting in your server, users will lose the ability of reading your app in their native (browser) language, because there's no way of setting it back to blank. |
I think we need reach some agreements:
And lets talk about some situations. So I will add a |
Yes, absolutely. And that is exactly the case for the Demo server. We have users all over the world, so we would like them to use demo.rocket.chat in their own languages. Once we set the default language of demo to 'en', for example, there is no way we can unset it, unless doing it directly in the database. |
Ok, i will work on it right now, thank you for your reply😄. |
@marceloschmidt I have added a |
lgtm |
Thanks! |
lgtm |
Settings for server default language
#1614
Add the ability to set the default language for new users.
Admin can set server default language in admin/General section.