Language Flag

Hey everyone! 😁

I would like to change the British flag on English language to a American flag. I am wondering the correct way so I don't get it overwritten on updates.

Thank you!

  • 259
  • More
Replies (2)
    • Hello @Wise !

      If you're confusing about the English langauge's flag then you may apply the following MySQL query in your UNA database:

      UPDATE `sys_localization_languages` SET `Flag`='us' WHERE `Name`='en' LIMIT 1;

      Then clear all caches in the Studio->Dashboard.

      • Thank you @LeonidS !

        Worked perfectly.

        Login or Join to comment.