MessagesProvider

Provides traslations for a message bundle for a given locale

Inheritors

Properties

Link copied to clipboard
abstract val locale: Locale

which locale does the provider use

Link copied to clipboard
abstract val size: Int

count of strings in this provider

Functions

Link copied to clipboard
abstract operator fun get(index: Int): String?

get message at index