toKey

fun String.toKey(bundle: Bundle? = null, locale: Locale? = null, presetPlaceholderPosition: PlaceholderPosition? = null, translateNestedKeys: Boolean? = null): Key
fun String.toKey(bundle: String, locale: Locale? = null): Key
fun String.toKey(locale: Locale): Key
fun String.toKey(bundle: Bundle): Key
fun String.toKey(bundle: String): Key