[seam-issues] [JBoss JIRA] Created: (SEAMINTL-62) Inline Message Translations
Ken Finnigan (JIRA)
jira-events at lists.jboss.org
Sun Sep 11 21:59:26 EDT 2011
Inline Message Translations
---------------------------
Key: SEAMINTL-62
URL: https://issues.jboss.org/browse/SEAMINTL-62
Project: Seam International
Issue Type: Enhancement
Components: Locales, Messages
Reporter: Ken Finnigan
Assignee: Ken Finnigan
@Messages({ @Message(lang = "en", value = "hi"), @Message(lang = "fr", value = "bonjour")})
or
@LocalizedMessages({ @Message(lang = "en", value = "hi"), @Message(lang = "fr", value = "bonjour")})
Allows definition of default language i.e. @Message(value = "hi", locale = "en")
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list