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)