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.
The following methods are available for international strings:
Method name | Description |
---|---|
localizedStrings | Returns the collection of localized strings, that this international string contains. |