fluent-kt
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
fluent-kt
fluent-fallback
/
dev.kbroom.fluent.fallback
/
L10nAttribute
L10n
Attribute
data
class
L10nAttribute
(
val
key
:
L10nKey
,
val
value
:
String
)
(
source
)
Localization attribute.
Members
Constructors
L10n
Attribute
Link copied to clipboard
constructor
(
key
:
L10nKey
,
value
:
String
)
Properties
key
Link copied to clipboard
val
key
:
L10nKey
value
Link copied to clipboard
val
value
:
String