WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => WebsiteBaker Language Files => Topic started by: berta on January 06, 2008, 07:34:58 AM

Title: using turkish words in menu and login form
Post by: berta on January 06, 2008, 07:34:58 AM
Sorry in advance if this is a very stupid question but since I am not an expert it is driving me crazy.
I have a site in Turkish and I cannot find the way to change titles like "menu" or "login" in the navigation area.
I tried the index file but I was not successful. I tryed changing the system language to TR but still shows those in English.
For example, where it says Menu I should write Men]  (an u with dots), and where it says login I should write "Giris"
Can you tell me in which files I can find that info and change the words?
Title: Re: using turkish words in menu and login form
Post by: kweitzel on January 06, 2008, 08:13:53 AM
Some info (like the login and search form) have to be manually modified in the index.php of the template you are using.

cheers

Klaus
Title: Re: using turkish words in menu and login form
Post by: berta on January 06, 2008, 07:01:37 PM
Thanks Klaus,

In the index file I found lines like :
<h2><?php echo $TEXT['MENU']; ?></h2>

or <?php echo $TEXT['LOGIN']; ?>

But when modify MENU to 'Menu' or LOGIN to 'Giris' does not work. Is that 'MENU' or 'LOGIN' a reference to some kind of text somewhere?  where can I find it?

Berta
Title: Re: using turkish words in menu and login form
Post by: ruebenwurzel on January 06, 2008, 08:11:36 PM
Hello,

why didn't you simply hardcode it?

Code: [Select]
<h2>Menu</h2>
<h2>Giris</h2>

Matthias
Title: Re: using turkish words in menu and login form
Post by: berta on January 07, 2008, 12:41:00 PM
Matthias, Thank you you always have the best answers....
I did not do it because I did not know I could, I do not know PHP, but I am learning... slowly and thanks to people like you.

Berta

http://anatolian.tv