org.postgresql.util
Class GT
java.lang.Object
org.postgresql.util.GT
public class GT
- extends Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tr
public static String tr(String message,
Object... args)
Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.