ISML Function - localizeText()

Name

localizeText()

Short Description

returns the plain text behind a given language neutral key

Table of Contents

Product Version

6.5

Product To Version

 

StatusNew Labels

Introduction

These functions are used to localize an attribute value of a (possibly custom) ISML tag. For that purpose localizeText()returns the plain text behind a given language neutral key.
The very similar function localizeTextEx() supports an additional parameter that allows to assign an array of objects to be injected into the translation.

Syntax

localizeText(key : String) : String
localizeText(key : String, locale : String) : String
localizeText(key : String, locale : String, site : Domain) : String

Example

Localization.java
Domain domain = NamingMgr.getManager(DomainMgr.class).getDomainByName("eTest");
LocaleInformation enUS = NamingMgr.getManager(LocaleMgr.class).getLocaleBy("en_US");
LocalizationProvider localizationProvider = NamingMgr.getProvider(LocalizationProvider.class);
localizationProvider.localizeText(anyKey, en_US, domain);

Parameters

The function accepts the following arguments:

key

key = string
a unique key for a translation

locale

locale = string
an optional parameter to get the translation in a specific locale

site

site = string
an optional parameter indicating for which site the translated text should be presented

Reference - ISML Functions

Disclaimer

The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.

The Intershop Customer Support website uses only technically necessary cookies. We do not track visitors or have visitors tracked by 3rd parties.

Further information on privacy can be found in the Intershop Privacy Policy and Legal Notice.
Customer Support
Knowledge Base
Product Resources
Tickets