Socket
Book a DemoInstallSign in
Socket

alp-browser-language

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alp-browser-language

language context in alp framework

latest
Source
npmnpm
Version
5.0.5
Version published
Maintainers
1
Created
Source

alp-browser-language

language context in alp framework

Config file

common:
  availableLanguages: [en, fr]

With Ibex

import Ibex from 'ibex';
import config from 'alp-browser-config';
import language from 'alp-browser-language';

const app = new Ibex();
config('/config')(app);
language(app);

context

language: string

First accepted language in the header / in navigator.languages contained in availableLanguages, or the first language in availableLanguages.

firstAcceptedLanguage: string

The first accepted language in the header / in navigator.languages regardless of availableLanguages. Can be a locale. Usefull for date/time/...

Keywords

alp

FAQs

Package last updated on 05 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts