localizedLanguageName

actual fun localizedLanguageName(ietfTag: String, localizedTo: String): String?(source)
expect fun localizedLanguageName(ietfTag: String, localizedTo: String): String?(source)

Returns the display name of ietfTag localized into localizedTo. Returns null if the platform couldn't produce a meaningful name (i.e. it just echoed back the tag or contained a bare language code with parentheses).

actual fun localizedLanguageName(ietfTag: String, localizedTo: String): String?(source)