fmt tag issue
I want to store the value of <fmt:message key='"...'/> in a variable so that i can use it as a default value of text box, which will change with different language
e.g above fmt messages gives "enter text" in english then same text will be in french when french lang is selected.
I think this issue will be resolve if i can store value of <fmt:message key='"...'/>
in a variable
Can someone suggest
thanks in advance

