We need to read the values of properties set in frameworkMessages.properties. We load the frameworkMessages.properties file in our jsp using:
<SCRIPT SRC="isomorphic/locales/frameworkMessages.properties"></SCRIPT>
Using an inline script in the same jsp, when we try to read the values using isc.i18nMessages.date_shortDateFormat. We get isc.i18nMessages is undefined.
We are using smartclient 10.0 and have copied the frameworkMessages.properties for all locales into our web application under isomorphic/locales. Please suggest what is the right way to achieve this.
<SCRIPT SRC="isomorphic/locales/frameworkMessages.properties"></SCRIPT>
Using an inline script in the same jsp, when we try to read the values using isc.i18nMessages.date_shortDateFormat. We get isc.i18nMessages is undefined.
We are using smartclient 10.0 and have copied the frameworkMessages.properties for all locales into our web application under isomorphic/locales. Please suggest what is the right way to achieve this.
Comment