localeProfile

fun localeProfile(default: String, all: List<String>, tz: String, offsetMinutes: Int): String

Summarizes locale/language and timezone as a regional fingerprint.

Return

Human-readable locale/timezone profile.

Parameters

default

Default locale tag.

all

All configured locale tags.

tz

Timezone id.

offsetMinutes

UTC offset in milliseconds (despite the name; divided by 3.6e6).