MQ Visual Edit

Chapter 2 Multi-Language Support

Multi-Language Support

MQ Visual Edit has been designed to support Java's Multi-Language environment.

Currently, MQ Visual Edit has full language support (Menu items, buttons, dialog boxes and popup boxes) for the following languages:

  • English (en)
  • Dutch (nl)
  • French (fr)
  • German (de)
  • Italian (it)
  • Portuguese (pt)
  • Romanian (ro)
  • Spanish (es)

When you start MQ Visual Edit in a JVM (Java Virtual Machine), the default language locale used by the JVM will be the language locale initially installed during the JRE or JDK installation process.

The user has 2 methods to select / override the Language Text used by MQ Visual Edit.

  1. Dynmanically via MQ Visual Edit, see Chapter 12 Language for more information
     
  2. To select a different language locale for the JVM to use, hence a different language for MQ Visual Edit, you will need to add a java runtime parameter to the program startup. To change the default language locale, enter the following command for the program startup:

    e.g. French language locale:


      java  -Duser.language=fr -Xms64m -Xmx768m  biz.capitalware.mqve.MQVE





Copyright © 2002-2012 Capitalware Inc.  All Rights Reserved.