Template:Include lang
From Gramps
{{{{{1}}}|1=}}
How to use this Template
A template to include in a text a string which is translated if the translation exists. The string must be kept in a template, eg Template:hereisstring. Translations are in Template:hereisstring/xx, with xx the language code, eg nl. So, for example:
{{include lang|hereisstring|nl}}
will give you the value in Template:hereisstring/nl if it exists, and otherwise the value in Template:hereisstring.
It is possible to give a parameter to this template, as a third parameter. This third parameter will be the first parameter of the called template.