International strings

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

Properties

No special properties are defined for international strings.

Methods

The following methods are available for international strings:

Method nameDescription
localizedStringsReturns the collection of localized strings, that this international string contains.