Skip to content

useNavigatorLanguage

Category
Export Size
759 B
Last Changed
last month

Reactive navigator.language.

Demo

Supported: true

Navigator Language:
en-US

Usage

ts
import { 
useNavigatorLanguage
} from '@vueuse/core'
const {
language
} =
useNavigatorLanguage
()
watch
(
language
, () => {
// Listen to the value changing })

Type Declarations

Show Type Declarations
ts
export interface NavigatorLanguageState {
  
isSupported
:
ComputedRef
<boolean>
/** * * ISO 639-1 standard Language Code * * @info The detected user agent language preference as a language tag * (which is sometimes referred to as a "locale identifier"). * This consists of a 2-3 letter base language tag that indicates a * language, optionally followed by additional subtags separated by * '-'. The most common extra information is the country or region * variant (like 'en-US' or 'fr-CA'). * * * @see https://www.iso.org/iso-639-language-codes.html * @see https://www.loc.gov/standards/iso639-2/php/code_list.php * */
language
:
ShallowRef
<string | undefined>
} /** * * Reactive useNavigatorLanguage * * Detects the currently selected user language and returns a reactive language * @see https://vueuse.org/useNavigatorLanguage * * @__NO_SIDE_EFFECTS__ */ export declare function
useNavigatorLanguage
(
options
?:
ConfigurableWindow
,
):
Readonly
<NavigatorLanguageState>
export type
UseNavigatorLanguageReturn
=
ReturnType
<typeof
useNavigatorLanguage
>

Source

SourceDemoDocs

Contributors

Anthony Fu
SerKo
IlyaL
Anthony Fu
Fernando Fernández
Alex Liu
vaakian X
Jelf
WuLianN
Michael J. Roberts

Changelog

v13.6.0 on
d32f8 - refactor: add @__NO_SIDE_EFFECTS__ annotations to all pure functions (#4907)
v12.4.0 on
dd316 - feat: use passive event handlers everywhere is possible (#4477)
v12.0.0-beta.1 on
0a9ed - feat!: drop Vue 2 support, optimize bundles and clean up (#4349)

Released under the MIT License.

Join the Biggest FREE AI-Driven Development Event for Vue Developers
Save My Seat