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 ...
    • 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 ...
    • How to Add Users to Your Management Portal Account

      There's often a need for more than one user/employee to be able to download software, change licensing, etc. to your account in the Management Portal.  Here are instruction to add other employees:
    • What device management tool is available for managing the L400?

      L400 thin clients can be managed either by the vSpace Console or PMC Endpoint Manager: vSpace Console: an integrated device management solution that comes with vSpace Pro that includes built-in classroom management features, allows for easy ...