Class Internationalization


  • public class Internationalization
    extends java.lang.Object
    Handles resource lookup.
    Author:
    dxm
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getString​(java.lang.String key)
      Returns the value from the current ResourceBundle for the given key.
      • Methods inherited from class java.lang.Object

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

      • getString

        public static java.lang.String getString​(java.lang.String key)
        Returns the value from the current ResourceBundle for the given key.
        Parameters:
        key -
        Returns: