On 3/27/07, Fan <[EMAIL PROTECTED]> wrote:
1)Is that possible to load two set of ApplicationResources.properties ?
It depends on the web framework you're using. If it's Struts, the i18n bundles are specified at the top of struts.xml.
2)Is that possible to have two different languages , maybe chinese & english, being used together in Appfuse 2.0 ?
If the keys are not found in the Chinese version, it'll default to ApplicationResources.properties (which is currently English). So this may be possible - I'm not sure what you're trying to do here.
3)How does Appfuse 2.0 chose which ApplicationResource.properties to load ?
It uses the browser's locale, or if the user passes in locale=xx, it persists that locale for the duration of the user's session.
Hope I can get a pointer to which part of the coding I could change to settle the above mentioned questions ?
If I haven't answered your questions, please let me know. Matt
-- View this message in context: http://www.nabble.com/Possible-to-load-two-set-of-ApplicationResources.properties---tf3473697s2369.html#a9694389 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
