Localized strings

Localized strings in Groovy are instances of net.sf.csutils.groovy.LocalizedString, as opposed to javax.xml.registry.infomodel.LocalizedString. The former class is a wrapper for the latter, adding some "Groovyness" and simplifying the handling of localized strings in Groovy scripts.

Properties

The following properties are available for localized strings:

Property nameDescription
charsetNameReturns the localized strings character set as a string.
localeReturns the localized strings locale as a string.
valueReturns the localized strings value.