Draft
This page is not complete.
Secure context
This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
Experimental
This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The lang
property ofthe NDEFRecord
interface is USVString
containing the language tag of the record contents, if it is a
vailable.
The record might be missing a language tag, for example, if the recorded information is not locale-specific.
Syntax
NDEFRecord.lang
Value
A USVString
.
Specifications
Specification | Status | Comment |
---|---|---|
Web NFC, NDEFRecord.lang | Draft | Initial definition. |
Browser compatibility
BCD tables only load in the browser
See also
- HTML
lang
attribute, that declares content langauge of the document or its elements - HTTP headers that declare content language:
Content-Language
andAccept-Language