kristoz Posted April 10, 2007 Posted April 10, 2007 Could someone would help me with some coding I would like to make my template multilinguage, but I'm stuck little bit First problem $info_box_contents[] = array('text' => '<table cellspacing=0 cellpadding=0 style="padding-left: 10px" class=man width=100%><tr><td valign=top><div class="sub_bg2"> <strong>Manufactures:</strong><br><br style="line-height:6px "> '); I would like to make word "Manufactures:" multilinguage, dont know exaclty how to do that Second problem <?=tep_draw_input_field('keywords', '', 'size="20" maxlength="50" onclick="this.value=\'\'" value="Search" class=form') . ' ' . tep_hide_session_id()?><input type=image src='<?=DIR_WS_TEMPLATES . TEMPLATE_NAME?>/images/button_search.jpg'> Would like to make this "button_search.jpg" and value="Search" also multilinguage Could you please help me with this.. :blush: Quote
kristoz Posted April 11, 2007 Author Posted April 11, 2007 Ok found solution for almost all only one more thing <?=tep_draw_input_field('keywords', '', 'size="20" maxlength="50" onclick="this.value=\'\'" value="Search" class=form') . ' ' . tep_hide_session_id()?><input type=image src='<?=DIR_WS_TEMPLATES . TEMPLATE_NAME?>/images/button_search.jpg'> How do change this code that when I click to other language it will show different language button... Please help... Quote
garydarling Posted April 12, 2007 Posted April 12, 2007 Ok found solution for almost all only one more thing <?=tep_draw_input_field('keywords', '', 'size="20" maxlength="50" onclick="this.value=\'\'" value="Search" class=form') . ' ' . tep_hide_session_id()?><input type=image src='<?=DIR_WS_TEMPLATES . TEMPLATE_NAME?>/images/button_search.jpg'> How do change this code that when I click to other language it will show different language button... Please help... Each language folder has its own Image folder that contains all of the buttons for that language; they should load automatically when you switch languages. Compare your MyLanguage/Images folder to the English/Images folder to see if they contain similar images. If not, check the Contributions section of this support forum for an image package in your language. Gary Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.