Recommendation design with mbox parameter
we are trying to setup a new design for recommendations. everything works fine appart from language split.
goal: display different attributes based on page language
setup: in the target call we added a new parameter "language" that can be used in the design
problem: everything works fine and the mbox parameter gets populated correctly. however, we are not able to create any if-then-else clause based on this mbox parameter. whatever we tried, it failed.
what it might look like is something like this:
---
#if( \${mbox.language} == "en" )
## layout for en here
#else
## other layout here
#end
---
question: anybody has a working example of an "if-then-else" using a mbox parameter?
thanks for any help!
