Skip to main content
Module

x/appwrite/mod.ts>Locale

[READ-ONLY] Official Appwrite Deno SDK 🦕
Latest
class Locale
extends Service
Re-export
import { Locale } from "https://deno.land/x/appwrite@10.0.0/mod.ts";

Constructors

new
Locale(client: Client)

Methods

get(): Promise<Models.Locale>

Get user locale

Get the current user location based on IP. Returns an object with user country code, country name, continent name, continent code, ip address and suggested currency. You can use the locale header to get the data in a supported language.

(IP Geolocation by DB-IP)

List Locale Codes

List of all locale codes in ISO 639-1.

List continents

List of all continents. You can use the locale header to get the data in a supported language.

List countries

List of all countries. You can use the locale header to get the data in a supported language.

List EU countries

List of all countries that are currently members of the EU. You can use the locale header to get the data in a supported language.

List countries phone codes

List of all countries phone codes. You can use the locale header to get the data in a supported language.

List currencies

List of all currencies, including currency symbol, name, plural, and decimal digits for all major and minor currencies. You can use the locale header to get the data in a supported language.

List languages

List of all languages classified by ISO 639-1 including 2-letter code, name in English, and name in the respective language.