This topic is locked
[SOLVED]

 Multi Language Question

3/14/2011 10:10:25 PM
PHPRunner General questions
J
james431987 author

PHPRunner 5.3 Build 7474
So far I've been able to create multi-language labels & table titles with great success. However my site has a ton of drop downs for users to select. I was wondering how I might go about making my drop downs multi-language. Any thoughts? I'll accept any solution even if it's clunky!

Sergey Kornilov admin 3/14/2011

Add an additional language field to the lookup table (to all lookup tables) and add WHERE clause to dropdown box:

" language = '" . $SESSION["language"] . "'"
J
james431987 author 3/15/2011

That's Perfect! TY