public interface LocaleDisplayable extends Displayable
Locales available; then return the Displayable.getDisplayName() corresponding to the LocaleLocaleDisplayable will not guarantee a different value for each locale, value is always only one in most cases.
Locale specific to the data point, in other words
the Locale in which the value was stored is @ a data level not meta-or class level.| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName(Locale locale)
|
getDisplayNameString getDisplayName(Locale locale)
Locale.Locale using one of the existing constants or
BaseLocale.createInstance(String, String) where country code can be blank "" and variant null.locale - as LocaleCopyright © 2018. All rights reserved.