|
|
Sergey Kornilov admin 4/24/2013 |
|
Sure, this can be done. You can build a custom WHERE clause based on current selected language which is stored in SESSION("language") session variable. |
|
|
H
|
heets author 4/24/2013 |
|
Thanks for you quick response! |
|
|
|
Sergey Kornilov admin 4/25/2013 |
|
This code doesn't look right to me as in SQL query you need to use single quotes i.e. If mlang_getcurrentlang() = "Spanish" Then
|
|