hi all,
on my way of understanding my first struts application. i came across this statement in one of related jsp file >>html:html locale="true"<<
what does it actually mean? i tried even putting false in that statement but got the same output as when it was as true. what actually it meant?
Its used to store local as par the struts document "Set to true in order to store a Locale in the session based on the current request's Accept-Language header".
If its set to true then it will store the locale of the language which is used to render the page with specific language.
Its used to store local as par the struts document "Set to true in order to store a Locale in the session based on the current request's Accept-Language header".
If its set to true then it will store the locale of the language which is used to render the page with specific language.
Regards
jatan
means it will store the language like english?? what is locale of the language what does it mean?