Implemented in class xdoclet.tagshandler.TranslatorTagsHandler.
Returns a localized text string.
[bundle] |
The base name of the resource bundle to use e.g. xdoclet.modules.ejb (corresponding to modules/ejb/src/xdoclet/modules/ejb/resources/Messages.properties) etc. It defaults to xdoclet |
resource |
The resource key to look up in the bundle. |
[arguments] |
An optional list of arguments to be substituted for any placeholders ({0}, {1} etc.) in the resource value string. |
[delimiter] |
The arguments parameter is delimited by the string specified in the delimiter parameter (default is a comma). |