Package rife.tools

Class LocalizedString

java.lang.Object
rife.tools.LocalizedString
All Implemented Interfaces:
CharSequence

public class LocalizedString extends Object implements CharSequence
This class makes it possible to always keep a localized string up-to-date. By providing it with a lookup key instead of the final text, it is able to always provide a text representation according to the active default localization settings.
Since:
1.0
  • Constructor Details

    • LocalizedString

      public LocalizedString(String key)
      Instantiates a new LocalizedString instance.
      Parameters:
      key - the key that will be used to look up the localized string
      Since:
      1.0
  • Method Details