Package org.postgresql.util
Class GT
java.lang.Object
org.postgresql.util.GT
This class provides a wrapper around a gettext message catalog that can provide a localized
version of error messages. The caller provides a message String in the standard
java.text.MessageFormat syntax and any arguments it may need. The returned String is the
localized version if available or the original if not.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_gt
-
noargs
-
bundle
-
-
Constructor Details
-
GT
private GT()
-
-
Method Details
-
tr
-
translate
-