How to enable beta languages

  1. Access with the senhasegura server with the user: mt4adm
  2. Elevate privilege to root:
    sudo su
  3. Access the database:
    mysql -A senhasegura
  4. List available languages:
    SELECT * FROM app_locale;
  5. Set the desired language:
    UPDATE app_locale SET ativo = 1 WHERE id_app_locale = 4;

IMPORTANT:
After the system update, it will be necessary to set the language again.