VOOZH about

URL: https://www.geeksforgeeks.org/html/svg-systemlanguage-attribute/

⇱ SVG systemLanguage Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

SVG systemLanguage Attribute

Last Updated : 31 Mar, 2022

The systemLanguage attribute express a list of many supported language tags. The elements that are using this attribute includes: <a>, <altGlyph>, <animate>, <animateColor>, <animateMotion>, <animateTransform>, <audio>, <canvas>, <circle>, <clipPath>, <cursor>, <defs>, <discard>, <ellipse>, <foreignObject>, <g>, <iframe>, <image>, <line>, <mask>, <path>, <pattern>, <polygon>, <polyline>, <rect>, <set>, <svg>, <switch>, <text>, <textPath>, <tref>, <tspan>, <unknown>, <use>, and <video>.

Syntax:

systemLanguage = "language-tags"

Attribute Values: The systemLanguage attribute accepts the values mentioned above and described below

  • language-tags: This attribute value includes tags such as: ar, de, nl, en-us, en-gb, en-au, en, es, fr, ja, ru, etc.

Below examples illustrate the use of systemLanguage attribute.

Example 1:

Output:

👁 Image

Example 2:

Output:

👁 Image
Comment