Skip to content

Localise Notes to nl-NL (Dutch) #1853

Answered by mootari
Martien asked this question in Q&A
Discussion options

You must be logged in to vote

You can use the :lang() selector and lang attribute: https://developer.mozilla.org/en-US/docs/Web/CSS/:lang

<style>
  .note:lang(de)::before {content: "Hinweis"}
</style>

<div class="note">This is a note.</div>

<div class="note" lang="de">Dies ist ein Hinweis.</div>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Martien
Comment options

Answer selected by Martien
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants