Own language labels for Contao frontend
26. December 2015
in /system/config/langconfig.php
// Put your custom configuration here
$GLOBALS['TL_LANG']['MSC']['more'] = 'Mehr';
if ($GLOBALS['TL_LANGUAGE'] == 'en') {
$GLOBALS['TL_LANG']['MSC']['more'] = 'More';
}
Hinterlasse einen Kommentar
You must be logged in to post a comment.