File:SystemLanguage test.svg

copied from https://commons.wikimedia.org/w/index.php?title=File:SystemLanguage.svg


Summary

Description
English: This is a test file illustrating the usage of the SVG <switch> element to translate SVGs based on systemLanguage attribute.

German: Diese Testdatei zeigt die Verwendung des SVG <switch> Elements um SVGs an Hand des systemLanguage Attributs zu übersetzen.


Usage

To embed a file in a specific language use the lang=xy parameter (where xy is a valid MediaWiki language code):
[[File:systemLanguage.svg|lang=xy]]


SVG 1.1 Specification
Date

2013

Source

Own work

Author

Patrick87

Permission
(Reusing this image)
See below.
Other versions
SVG source
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" width="320" height="140" style="border:1px solid black;font-family:sans-serif;font-size:30px">
    <text x="30" y="50">systemLanguage:</text>
    <g transform="translate(30,110)" fill="red">
        <switch allowReorder="yes">
            <text systemLanguage="de">de</text>
            <text systemLanguage="en">en</text>
            <text systemLanguage="es">es</text>
            <text systemLanguage="fr">fr</text>
            <text systemLanguage="it">it</text>
            <text>other</text>
        </switch>
    </g>
</svg>

Licensing

Category:User-created public domain filesCategory:All User-created public domain filesCategory:All free media#SystemLanguage%20test.svgCategory:Self-published work#SystemLanguage%20test.svg Category:MediaWiki localisation Category:Test images Category:Vector graphics
Category:All User-created public domain files Category:All free media Category:MediaWiki localisation Category:Pages using deprecated enclose attributes Category:Pages using deprecated source tags Category:Pages with ignored display titles Category:Self-published work Category:Test images Category:User-created public domain files Category:Vector graphics