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

GoogleTypeLocalizedText

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

Localized variant of a text in a particular language.

interface GoogleTypeLocalizedText {
languageCode?: string;
text?: string;
}

§Properties

§
languageCode?: string
[src]

The text's BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.

§
text?: string
[src]

Localized string in the language corresponding to language_code below.