Class NLS


  • @Deprecated
    public final class NLS
    extends java.lang.Object
    Deprecated.
    helps with internationalization
    Version:
    $Id$
    Author:
    Boris Gruschko ( boris at gruschko.org )
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static java.lang.String nls​(java.lang.String key)
      Deprecated.
      translates the given key to the message
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • nls

        public static java.lang.String nls​(java.lang.String key)
        Deprecated.
        translates the given key to the message
        Parameters:
        key - key to be translated
        Returns:
        translated string