PreviousNextIndex
Language and Localization Considerations > Administering Project Languages > Changing the Default Language within an Application
 
Changing the Default Language within an Application

You can use the following procedure to change the default application language within the application. With this procedure, in effect, you can create multilingual applications.

To change the default language within an application:

  1. Place a node in the main call flow, at the point where you want to change languages.
  1. Right-click the node you just placed.
  1. From the pop-up context menu, select Edit NodeName.java, where NodeName is the name assigned to the node. Dialog Designer displays the Java code editor for the node.
  1. Place your cursor at the beginning of the Java code, just after the first line, which says: package flow;
  1. Enter the following code on the line where you placed the cursor:

Tip:

Just to keep things tidy and make it easier to read the code, it is a good idea to make sure there is a blank line both before and after this line of code.

  1. Scroll down and locate the lines of code that read as follows:
  1. Place your cursor on the blank line just above these lines of code.
  1. Enter the following code:
  1. To save your changes, with the focus in the Java code editor, press Control+S.
  1. Close the Java code editor.

PreviousNextIndex

©2009, Avaya Inc. All rights reserved.