KimS Posted November 6, 2015 Share Posted November 6, 2015 how do i get my lang files to talk with the .php aka $LANG.header_pp if english $ca->setPageTitle("Privacy Policy"); if danish $ca->setPageTitle("Private Politik"); i cant seem to find a way to fix it 0 Quote Link to comment Share on other sites More sharing options...
Layers_Link Posted November 6, 2015 Share Posted November 6, 2015 you want to add box multilang in template ? 0 Quote Link to comment Share on other sites More sharing options...
KimS Posted November 6, 2015 Author Share Posted November 6, 2015 yeah so setPageTitle is in client selected language and not only in english 0 Quote Link to comment Share on other sites More sharing options...
Layers_Link Posted November 6, 2015 Share Posted November 6, 2015 yeah . i understand you you want add more lang in home page - - - Updated - - - you can add multilang from admin area | Go To Addonmoudels And install addons ( Zomex Template Manager ) and go to choose multi-language support and turn on | Enjoy 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted November 6, 2015 Share Posted November 6, 2015 how do i get my lang files to talk with the .php aka $LANG.header_pp if english $ca->setPageTitle("Privacy Policy"); if danish $ca->setPageTitle("Private Politik"); i cant seem to find a way to fix it you mean that? // if english $ca->setPageTitle($_LANG['privacypolicypagetitle']); // if danish $ca->setPageTitle($_LANG['privacypolicypagetitle']); in english.php file set $_LANG['privacypolicypagetitle'] = "Privacy Policy"; and in danish.php $_LANG['privacypolicypagetitle'] = "Private Politik"; 0 Quote Link to comment Share on other sites More sharing options...
KimS Posted November 7, 2015 Author Share Posted November 7, 2015 Thanks sentq, that did fix my problem 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.