Interface Localizable
- All Known Subinterfaces:
IFormElement
- All Known Implementing Classes:
FormDef,GroupDef,ItemsetBinding,QuestionDef,RangeQuestion,SelectChoice
public interface Localizable
Localizable objects are able to update their text
based on the current locale.
- Author:
- Drew Roos
-
Method Summary
Modifier and Type Method Description voidlocaleChanged(String locale, Localizer localizer)Updates the current object with the locate given.
-
Method Details
-
localeChanged
Updates the current object with the locate given.- Parameters:
locale-localizer-
-