edit en english language Posted by Shesh 21 Apr 2007 06:41 GMT-0000 Hi, I would like to change certain certain pre-loaded english. For instance, on this site once I login it says Welcome, I want to change it Hi. I edited the language.php ..but changes I made seem to be not affected. regards shesh
Posted by Gary Cunningham-Lee 21 Apr 2007 08:56 GMT-0000 How did you do the edits? In the language file, you have to uncomment the line that you want to change, if it's commented out intially (two slashes at the beginning — remove those slashes), Then change the second instance of the word or phrase, after the arrow, leaving the first as it is. Then maybe clear the caches if you don't see a change (using System Admin link). Is this how you did it? -- Gary
Posted by Shesh 21 Apr 2007 15:21 GMT-0000 > How did you do the edits? In the language file, you have to uncomment the line that you want to change, if it's commented out intially (two slashes at the beginning — remove those slashes), Then change the second instance of the word or phrase, after the arrow, leaving the first as it is. Then maybe clear the caches if you don't see a change (using System Admin link). Is this how you did it? > > — Gary > > Dear Gary, Thanks a lot..I had not done the commenting out part..I am just logging-off for the day. I will come back on this on monday.
Posted by Xavier de Pedro 22 Apr 2007 09:48 GMT-0000 Shesh, and make sure you are not using the "use database for translation", or you won't see the changes made in language.php since you would be feeding the translation from a copy of your English strings in your database. HTH
Posted by Shesh 23 Apr 2007 11:24 GMT-0000 > Shesh, and make sure you are not using the "use database for translation", or you won't see the changes made in language.php since you would be feeding the translation from a copy of your English strings in your database. > HTH Thanks indeed...it works fine now.