The application I've built uses German as default language. After the project was finished, I decided to optimize the German language file to suit my needs. After re-building the complete file set I discovered that not any template reflected the changes I made. In contrast 'languages.php' contains English and German and shows a line $mlang_defaultlang="English";.
I'm a little bit puzzled how to achive the altered phrases in my templates. As a work around I altered the resulting templates, but after a rebuild they're gone again.
BTW: I temporarily switched to multi lingual mode using English and German - alas, since no changes were visible I switched back to single language German...
What has to be done to get possible changes in language file into an already built project?
Thanks.