TranslateFromPropertiesUseCase

class TranslateFromPropertiesUseCase(baseName: String = DEFAULT_RESOURCE_BUNDLE, control: ResourceBundle.Control = UTF8Control(), silentMissingResourceException: Boolean = false) : ITranslateUseCase

Constructors

Link copied to clipboard
constructor(baseName: String = DEFAULT_RESOURCE_BUNDLE, control: ResourceBundle.Control = UTF8Control(), silentMissingResourceException: Boolean = false)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open operator fun invoke(locale: Locale, key: String): String
open operator override fun invoke(input1: Locale, input2: String, input3: List<String>): String