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/testing:v1.ts";

A location/region designation for language.

interface Locale {
id?: string;
name?: string;
region?: string;
tags?: string[];
}

§Properties

§
id?: string
[src]

The id for this locale. Example: "en_US".

§
name?: string
[src]

A human-friendly name for this language/locale. Example: "English".

§
region?: string
[src]

A human-friendly string representing the region for this locale. Example: "United States". Not present for every locale.

§
tags?: string[]
[src]

Tags for this dimension. Example: "default".