Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Check which language in Open Cart
Old 01-09-2012, 11:13 AM Check which language in Open Cart
Junior Talker

Posts: 2
Trades: 0
Hi,

Im showing an image on my Open Cart site on the front page. The site is 2 languages, english and swedish. The image is different for each language so I need to show a certain image depending on which language the is viewed in.

So how can I check that?

Something like;
<? if ($lang=='en') { ..?> in home.tpl

?

Thanks for helping!
souled is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-09-2012, 11:35 AM Re: Check which language in Open Cart
NullPointer's Avatar
Will Code for Food

Posts: 2,815
Name: Matt
Location: Irvine, CA
Trades: 0
You might have better luck finding an answer on the open cart forum.

If all else fails you can just dump all of the current variables and see if it is set somewhere:
PHP Code:
print_rget_defined_vars() ); 
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
NullPointer is offline
Reply With Quote
View Public Profile Visit NullPointer's homepage!
 
Old 01-09-2012, 11:50 AM Re: Check which language in Open Cart
Junior Talker

Posts: 2
Trades: 0
Quote:
Originally Posted by NullPointer View Post
You might have better luck finding an answer on the open cart forum.

If all else fails you can just dump all of the current variables and see if it is set somewhere:
PHP Code:
print_rget_defined_vars() ); 
Thanks, but the lang variable wasn't defined in there. Ill try that forum.
souled is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Check which language in Open Cart
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.66407 seconds with 12 queries