Ad Widget

Collapse

How to change the language from back end

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ierana
    Junior Member
    • Feb 2020
    • 2

    #1

    How to change the language from back end

    How to change the language from back end

    Hi, I recently started using Zabbix.

    I need to "force" the default user profile language from code. Is this possible?

    Thank you so much in advice!!!!
  • tim.mooney
    Senior Member
    • Dec 2012
    • 1427

    #2
    I don't recommend doing this, but I think it would be possible if you alter the 'users' table and set the default value for the 'lang' column. At least in my installation of Zabbix (4.2.5, but it has been upgraded many times from the original install of zabbix 2.0.2), there is no default for 'lang'.

    Comment


    • ierana
      ierana commented
      Editing a comment
      Hi tim.mooney. Thank you so much for your response. I will try to do what you tell.
      But there is no other option?

    • tim.mooney
      tim.mooney commented
      Editing a comment
      I imagine you could instead modify the application code, but that seems like more work to maintain than setting the default for that column in the database.

      Ultimately, if this feature is important, perhaps you want to request it as a feature in the Zabbix bug tracker?
  • ierana
    Junior Member
    • Feb 2020
    • 2

    #3
    Yes, modifying the application code is not an option. I will consider requesting the feature.
    Thank you so much tim.mooney.

    Comment

    Working...