Proper Quotation Marks for Different Languages

/* English */ q { quotes: "“" "”" } /* German */ q:lang(de) { quotes: "„" "“" } /* etc. */
Quotation marks in German are different from the English ones. To automatically insert proper quotation marks (smart quotes) before and after “q” tags, you can use the code above. To make this work, you will have to set the “lang” attribute in your HTML code. http://smartquotesforsmartpeople.com/
https://www.w3.org/International/questions/qa-lang-why.en.php

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.