All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmMain.StringResourceLocaleGetter.kt Maven / Gradle / Ivy

package dev.inmo.micro_utils.strings

import dev.inmo.micro_utils.language_codes.toIetfLang
import java.util.Locale

fun StringResource.translation(locale: Locale = Locale.getDefault()): String {
    return translation(locale.toIetfLang())
}

fun Locale.translation(resource: StringResource): String = resource.translation(this)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy