Building Mobile Enterprise Applications : Using webMethods Mobile Designer : Project Properties Reference : Project Language Properties
Project Language Properties
The project definition properties define settings for your project.
project.langgroup.group_name
Defines a language group that specifies one or more languages that your application supports. When specifying the property, replace group_name with the name you want to give the language group. Set the value of the property to one or more language codes that indicate the language(s) in the group. You can use this property multiple times to define multiple language groups.
For example, you might want to set up three language groups to define languages for different territories, an American territory, European territory, and Asian territory. To do so, specify the following:
<property name="project.langgroup.AMERICAN" value="en;fr;es"/>
<property name="project.langgroup.EUROPEAN" value="en;fr;it;de;es"/>
<property name="project.langgroup.ASIAN" value="zh;ja"/>
When displaying the Multi Build dialog for the project, Mobile Designer lists each language group. You can then select from those language groups to identify the languages for which you want to create a build.
When specifying the project.handset.device_name.langgroups property to identify the language groups that a specific device supports, you set the value to one or more language groups you define using this project.langgroup.group_name property.
Platforms
All
Value
One or more of the following language codes to define the languages in the group. To specify multiple languages, use a semicolon-separated list.
Default
None.
Note:  
You must specify this property for a project.
Copyright © 2007-2017 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback