pub fn first_day_of_week_for_locale(tag: &str) -> WeekdayExpand description
Default first day of week for the given locale tag (e.g. "en-US",
"fr-FR"). Lookup is a longest-prefix match: a fully-qualified
"en-US" resolves before the bare "en" family.