...
Here is an example to localize groups into French (these lines have to be put in your packsLang.xml_fra
resource) :
Code Block |
---|
<str id="InstallationGroupPanel.group.Core" txt="Noyau de l'application"/> <str id="InstallationGroupPanel.description.Core" txt="Fichiers principaux, indispensables au fonctionnement de l'application"/> <str id="InstallationGroupPanel.group.Samples" txt="Fichiers d'exemple"/> <str id="InstallationGroupPanel.description.Samples" txt="Fichiers d'exemples"/> |
If you want to add html markup to those strings, add .html
at the end of the string id (after the group name).
...