Thanks. Actually what I wanted was how to use this with Joomfish and have it change language. Someone else sent me this solution which works fine. I post it here if anyone else might need it;
+ Please open index.php file in templates/js_fagus folder, at about line 131, find following script:
<strong>You are here:</strong>
and change to:
<strong><?php echo JText::_(‘YOU_ARE_HERE’)?></strong>
+ In language/en-GB folder, open en-GB.ini file, add following script at the end of file:
YOU_ARE_HERE=You are here
+ In language/th-TH folder, open en-GB.ini file, add following script at the end of file:
YOU_ARE_HERE= translate “You are here” text to your language.
Forums are a great place to get the help you need.