I have this in my jsp page : ${category.name_ENG}
which has "Car" as value
but i have the local language in an another varialbes : ${locale}
. So in my jsp i want to display the car value depending on the locale variable.
I tried those :
${category.name_${locale}}
${category['name_${locale}']}
${category['name_{locale}']}
but none of them worked?
any help?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…