Re: i18n in javascript

2008-02-12 Thread Christian Haselbach
Quoting learner <[EMAIL PROTECTED]>: onclick="javascript:return confirm('${message:key_in_my_property_file}');" i try to use key in javascript like above but failed. how to use key in javascript? There are several thing to consider here. 1) You cannot use the message service directly from Jav

Re: i18n in javascript

2008-02-12 Thread Michael Courcy
Do you use onclick on a component or on a simple html element ? learner a écrit : onclick="javascript:return confirm('${message:key_in_my_property_file}');" i try to use key in javascript like above but failed. how to use key in javascript? --