1. Just wondering as I only bother to edit one of the languages provided with the plugin.
     
  2. Edit: I'm a noob
     
  3. When the user changes their language with the command /lang LANGCODE

    EDIT:

    Majority of the users don't know how to do this so everything stays in the server's default language
     
  4. Thanks!

    How do I limit languages or prevent the command? (example, en only)
     
  5. Oxide currently doesn't have a way to turn it off. but a plugin can be made to force a language if desired
     
  6. Wulf

    Wulf Community Admin

    You can force any language you want with the "lang LANUAGECODE" console command on your server. This sets the language for everyone to that if translations are available from plugins in that language.

    You can use a plugin to block the command if you want, or do what I suggested above to set it only to a specific language. English (.en.json) is always the default if no other languages are available though.

    Also, many of my plugins come with 5 languages by default, and you can always add more. As of the last update for Oxide, the language is also set by default to their client language set in Rust, but you can still override this with the 'lang' console command on your server.