...
Using the Language Block Macro (Suomeksi)
This page provides instructions for using the Language Block macro.
...
| Code Block |
|---|
{lang-block:language=en}
This text will be read in english.
{lang-block} |
Parameters
Parameter | Description |
|---|---|
language | ISO 639-1 language code (e.g., en, fi, sv) |
Example
This page is mostly in English, but we can include foreign terms like:
| Code Block |
|---|
This page is mostly in English, but we can include terms like
{lang-block:language=fi}tervetuloa{lang-block}
or
{lang-block:language=sv}välkommen{lang-block}.
|
...