Show TOC

DescriptionBundle and DescriptionLocate this document in the navigation structure

Definition

All description texts visible to the user need to be internationalized. For the UWL, these are the are the view and action names, the attribute labels and column headers, filter names, and menu texts.

The international versions of the description are collected in a description bundle. The elements to be described, for example, the view, use the attribute referenceBundle to link to the name of the bundle containing the internationalized descriptions. Description Bundles shipped with UWL ( uwl.standard configuration ) can be referenced globally in any configuration.

A description bundle contains short descriptions for texts on buttons or links and long descriptions for tool tips.

Example
<DescriptionBundle default="Personalize View" name="personalize">
   <ShortDescriptions>
      <Description Description="ビューをパーソナライズ" Language="ja" /> 
      <Description Description="Personalize View" Language="en" /> 
      <Description Description="Görünümü kişiselleştir" Language="tr" />
      ...
   <LongDescriptions>
     ...

         

Name

Description

name

Defines the bundle identifier. Referenced by tags in need of an internationalized description, usually using the attribute referenceBundle .

default

Description text to be displayed if translation for a specific locale is missing.

Name

Description

Description

The language specific description text

Language

Language of the description text as ISO Language Code (see http://ftp.ics.uci.edu/pub/ietf/http/related/iso639.txt and also java.util.Locale at http://java.sun.com/j2se/1.3/docs/api/java/util/Locale.html ). For example "en" for English, "de" for German.