How to Change the Management Console Language

How to Change the Management Console Language

Product Line:  VERDE

From time to time, we get requests to change the Management Console's language.  For example, from German to English.  By default, the language is set by the user's browser language.  There is a workaround:

The attached script will replace the German language resource files for the Management Console with the default (English) resource files. Notice that VERDE service must be restarted after this for the change to take effect.

 

Essentially, what happens is:

If you look in this folder:

/usr/lib/verde/etc/apache-tomcat/webapps/mc/WEB-INF/grails-app/i18n

you'll find all the language resource files.

The file name format is something like "<mc component><_xx>.properties" 

where

mc component refers to various UIs of the Management Console - e.g., Desktop Pools, App Layers, etc.

_xx is the abbreviation for the language - e.g., _de = German - the default (English) resource file does not have this part

 

So:

 

desktopPool_de.properties is the German language resource file for the Desktop Pool UI components

desktopPool.properties is the default (English) language resource file for the Desktop Pool UI components

 

The script above simply overwrites all *_de.properties files with the *.properties files - e.g.,

 

cp desktopPool.properties desktopPool_de.properties

 

It also makes a backup of all the *_de.properties files before the copy.

 

Then - it restarts VERDE service.

 

I recommend that you first make a complete copy of the /usr/lib/verde/etc/apache-tomcat/webapps/mc/WEB-INF/grails-app/i18n folder somewhere in case the script totally destroys the contents ðŸ˜‰

 


    • Related Articles

    • What is vSpace Console?

      vSpace Console is the new admin console where the admin can centrally manage vSpace Server deployment, monitor and control user sessions, and perform device management. The vSpace Console has been redesigned from the ground up to replace the ...
    • Can I use vSpace Console to centrally manage my RX300 devices?

      vSpace Console is the central management interface for the vSpace Pro environment. vSpace Console is where admins can centrally manage vSpace deployment with device management features. • Define device configuration profiles and push to hundreds of ...
    • NTC - Change port number

      Change port number It is possible to change the port NoTouch Center is listening on - the standard ports are 8080 (HTTP) and 8443 (HTTPS) and we suggest to keep it that way. If you have good reasons to change this and understand the implications, ...
    • How to change the Device Name on an L300 device.

      You can do it through the vSpace Console: (vSpace Console > Manage Devices > Double-click any device > Information) You can also do it through the terminal: (Device Setup > Network) REV 08/2018
    • Management Portal: Purchase Licenses and Services option is disabled on Management portal

      If you find that you can't find The "Purchase License and Services" icon on management portal, this may be due to limitations to your current user under the Management Portal account of your organization.   You may need to consult with your main ...