Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Document Properties Marker
doctypeapp-component
overridefalse


Short DescriptionGenerate a resource bundle with translations for a given set of keys.
NameI18N Map Service / GEThide
Short Name
Parent
Parent Property
parent-doctype#ANY
propertyParent
property-nameName

Audience
Name List
doctyperole
render-no-hits-as-blanktrue
property-restrict-value-rangetrue
propertyAudience
empty-as-nonetrue

Subject
Name List
doctypesubject
propertySubject

Categories
Name List
doctypecategory
property-restrict-value-rangetrue
propertyCategories

Tags
Tag List
propertyTags

Flagshide
Iteration

Iteration
valuereleased

hide
Type
Name List
doctypeapp-component-type
render-no-hits-as-blanktrue
property-restrict-value-rangetrue
propertyType

Suite
Parent Property
parent-doctype#ANY
propertyParent
property-nameSuite

App-Tool
Parent Property
parent-doctype#ANY
propertyParent
property-nameApp-Tool

Since6.2
Deprecated
Removed
Pathrest/projectdoc/1/i18n/map
Sort Keyhide



Section
show-titlefalse
titleDescription

The service provides access to the translation service of the projectdoc Toolbox.

Basically the service accepts a list of I18N keys and returns the translated labels. The returned value is a simple map of key/value pairs. The key is the I18N key, the value the localized label for the key.

...

Section
titleParameters


Section
titlekeys

The comma-separated list of I18N keys.


Section
titlelocale

The optional locale to use. If not provided, the context of the call defines the locale.

Typically the value is not provided so that the locale provided of the user's context is used. In case a user needs to fetch localized information by a locale that is different from its default, supply a locale of the format accepted by toLocale(String).


Section
titlestrict

The boolean flag allows to control whether or not the keys must be translated literally.

If this flag is set to false, the keys may be short versions where the prefix projectdoc.doctype.common. is missing for readability.


...