(((meta (@ (content . "Zettelmarkup: Supported Attribute Values for Natural Languages") (name . "title"))) (meta (@ (content . "manual") (name . "role"))) (meta (@ (content . "#manual #reference #zettelmarkup #zettelstore") (name . "tags"))) (meta (@ (content . "zmk") (name . "syntax"))) (meta (@ (content . "00001007040100 00001007050000") (name . "backward"))) (meta (@ (content . "1") (name . "box-number"))) (meta (@ (content . "(c) 2020-present by Detlef Stern ") (name . "copyright"))) (meta (@ (content . "20210126175322") (name . "created"))) (meta (@ (content . "00001007040100 00001007050000") (name . "forward"))) (meta (@ (content . "en") (name . "lang"))) (meta (@ (content . "EUPL-1.2-or-later") (name . "license"))) (meta (@ (content . "20220827182130") (name . "modified"))) (meta (@ (content . "20220827182130") (name . "published"))) (meta (@ (content . "public") (name . "visibility")))) (p "With an " (a (@ (href . "00001007050000")) "attribute") " it is possible to specify the natural language of a text region." " " "This is important, if you want to render your markup into an environment, where this is significant." " " "HTML is such an environment.") (p "To specify the language within an attribute, you must use the key " (kbd "lang") "." " " "The language itself is specified according to the language definition of " (a (@ (href . "https://tools.ietf.org/html/rfc5646") (rel . "external")) "RFC-5646") ".") (p "Examples:") (ul (li (code "{lang=en}") " for the english language") (li (code "{lang=en-us}") " for the english dialect spoken in the United States of America") (li (code "{lang=de}") " for the german language") (li (code "{lang=de-at}") " for the german language dialect spoken in Austria") (li (code "{lang=de-de}") " for the german language dialect spoken in Germany")) (p "The actual " (a (@ (href . "00001007040100")) "typographic quotations marks") " (" (code "\"\"...\"\"") ") are derived from the current language." " " "The language of a zettel (meta key " (kbd "lang") ") can be overwritten by an attribute: " (code (@ (class . "language-zmk")) "\"\"...\"\"{lang=fr}") "."))