Zen Cart Logo
Forums / Addon Language Packs / German Lang install

German Lang install

Locked

Views: 2,311

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
24 Apr 2008, 2:25 PM
#1
tbokich avatar

tbokich

New Zenner

Join Date:
Aug 2007
Posts:
64
Plugin Contributions:
0

German Lang install

Hi
Have been trying to get German to work on my site. The German Title and description show under the item edit but instead of a flag it says German title and on the website there are no flag chooses for language and no buttons at all to change language. So I have put German text in but no way to locate it on my pages. Also how do you put the German main page on and other define pages and EZ pages? Please if you can give me a little guidance
Thanks
T

25 Apr 2008, 4:35 PM
#2
webskipper avatar

webskipper

Totally Zenned

Join Date:
Nov 2007
Location:
USA
Posts:
876
Plugin Contributions:
2

Re: German Lang install

What you are actually doing is creating a German directory to mimic the English Directory and english.php.

catalog/includes/language/english/

catalog/includes/language/english.php

Example:

define('TEXT_GV_NAME','Gift Certificate');
define('TEXT_GV_NAMES','Gift Certificates');

Change Gift Certificate to Geschenk-Bescheinigung

Do this for any English or German that was not changed in the language pack, or on other pages.