How can I add my own language?
How can I add my own language?
If your language is not yet supported by the Ulti Counter module, then you can easily add it yourself. With a few easy steps, you can add a language to any Joomla Extension:
- Download the module
- Unzip the file and save it to your hard drive
- Make a copy of the file language/en-GB.mod_ulticounter.ini to the same directory and rename the bold part of the file (e.g. es-ES.mod_ulticounter.ini for Spanish)
- Open this file and replace the bold part with your translation:
DAY=day
DAYS=days
HOUR=hour
HOURS=hours
MINUTE=minute
MINUTES=minutes
SECOND=second
SECONDS=seconds
- Open the file mod_ulti_counter.xml and look for this part:
<languages>
<language tag="en-GB">language/en-GB.mod_ulti_counter.ini</language>
<language tag="nl-NL">language/nl-NL.mod_ulti_counter.ini</language>
<language tag="fr-FR">language/fr-FR.mod_ulti_counter.ini</language>
<language tag="sv-SE">language/sv-SE.mod_ulti_counter.ini</language>
<language tag="da-DK">language/da-DK.mod_ulti_counter.ini</language>
</languages>
Add a new line for your language file (e.g. <language tag="es-ES">language/es-ES.mod_ulti_counter.ini</language> for spanish)
- Zip the mod_ulti_counter directory and use the installer in your Joomla back-end to install the new ZIP file
- We would like to include your new language file in the next version of our module. Just send a mail to
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
with your new language file and this will be much appreciated