Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Locale

import type { Locale } from "https://googleapis.deno.dev/v1/people:v1.ts";

A person's locale preference.

interface Locale {
metadata?: FieldMetadata;
value?: string;
}

§Properties

§

Metadata about the locale.

§
value?: string
[src]

The well-formed IETF BCP 47 language tag representing the locale.