Extensions for Lagom WHMCS Client Theme uses its own translation system. Below you will learn how to customize these strings.
“Overrides” have been implemented to let you override the existing extension translations or to create new translation strings that then can be used in the extension files.
/templates/lagom2/core/lang
and create the overrides
folder. All files created in the overrides
folder will not be overwritten by future Lagom updates.<?php
indicating that the PHP code will be used./templates/lagom2/core/lang/english.php
file:Then place it in the overrides
English file along with your preferred change:
Your new translation can work in the Lagom WHMCS Client Theme files using the {$rslang->trans(key_1.key_2')}
variable.
The language system in the Lagom WHMCS Client Theme allows you to add your own additional language translations. Before you begin, ensure that the language is properly created and configured in your WHMCS system. For detailed instructions on creating and customizing language files within WHMCS, visit Creating and Customizing Language Files (opens new window). Next, we recommend starting by duplicating one of the existing language files.
/templates/lagom2/core/lang
and duplicate the english.php
file..php
.