Companion

Functions

Link copied to clipboard
fun builder(context: BContext, localizationBundle: String): LocalizationContext.Builder

Creates a new builder, using a LocalizationService retrieved from the provided context, and the specified bundle name, from which the strings will be retrieved from.

fun builder(localizationService: LocalizationService, localizationBundle: String): LocalizationContext.Builder

Creates a new builder, using a LocalizationService and the specified bundle name, from which the strings will be retrieved from.