builder

fun builder(context: BContext, localizationBundle: String): LocalizationContext.Builder(source)

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(source)

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