android-components / org.mozilla.telemetry.measurement / LocaleMeasurement / getLanguageTag

getLanguageTag

open fun getLanguageTag(locale: Locale): String (source)

Gecko uses locale codes like "es-ES", whereas a Java Locale stringifies as "es_ES". This method approximates the Java 7 method Locale#toLanguageTag().

Return
a locale string suitable for passing to Gecko.