- Code: Select all
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<?xml-stylesheet type="text/xsl" href="modx.prosilver.en.xsl"?>
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.2.0.xsd">
<header>
<title lang="en">Test MOD</title>
</header>
<action-group>
<diy-instructions lang="en">Go to ACP -> Purge the cache.</diy-instructions>
<diy-instructions lang="pl">Idź do PA -> Wyczyść cache.</diy-instructions>
</action-group>
</mod>
With that, the DIY Instructions appear as follows:
Go to ACP -> Purge the cache.
Idź do PA -> Wyczyść cache.
It seems like only the DIY Instruction matching the language you've selected via the UCP ought to be shown?