Description
The :lang pseudo-class styles elements with a specific language attribute.
Examples
This example shows the lang
class used to style elements with language equal to "fr".
:lang(fr) {
color:red;
}
Browser Support
Chrome | Firefox | IE | Safari | Opera |
---|---|---|---|---|
Miscellaneous Information
Defined In: | CSS2 |
---|