Package VASSAL.i18n

Class TranslatableAttribute

java.lang.Object
VASSAL.i18n.TranslatableAttribute

public class TranslatableAttribute extends Object
A Class representing an Attribute of a Component that can be translated.
  • Constructor Details

  • Method Details

    • applyTranslation

      public void applyTranslation(String translation)
    • getUntranslatedValue

      public String getUntranslatedValue()
    • getKey

      public String getKey()
    • isTranslatable

      public boolean isTranslatable()