SimpleLocalizedAttributable

Simple implementation of LocalizedAttributable that always return the given value

Constructors

Link copied to clipboard
constructor(value: Any? = null)

Functions

Link copied to clipboard
open override fun getAttribute(attributeName: CharSequence, locale: Locale?): String?

Returns the value of the attribute with the given name in the given locale or null if the attribute value is not defined for the locale.