import * as language from "https://deno.land/x/language@v0.1.0/mod.ts";
Functions
get an array with all the language codes supported | |
Get the writing direction of the language. "rtl" or "ltr". | |
Check if the language code is valid. |
import * as language from "https://deno.land/x/language@v0.1.0/mod.ts";
get an array with all the language codes supported | |
Get the writing direction of the language. "rtl" or "ltr". | |
Check if the language code is valid. |