Class Localizer


  • public class Localizer
    extends java.lang.Object
    Localizes the Localizable into a message by using a configured Locale.
    Author:
    WS Development Team
    • Constructor Summary

      Constructors 
      Constructor Description
      Localizer()  
      Localizer​(java.util.Locale l)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Locale getLocale()  
      java.lang.String localize​(Localizable l)  
      • Methods inherited from class java.lang.Object

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

      • Localizer

        public Localizer()
      • Localizer

        public Localizer​(java.util.Locale l)
    • Method Detail

      • getLocale

        public java.util.Locale getLocale()
      • localize

        public java.lang.String localize​(Localizable l)