This content has been marked as final. 
    
Show                 8 replies
    
- 
        1. Re: Internationalizationpmuir Aug 17, 2006 5:11 AM (in response to mzeijen)Seam just uses standard java resource bundles. 
 you could havemessages_en.properties message_fr.properties ... 
 Which seam would then load as specified in the manual.
- 
        2. Re: Internationalizationmzeijen Aug 17, 2006 8:28 AM (in response to mzeijen)I understand that you need to put the different languages in different file. But what if I want the following: errors_en.properties errors_fr.properties formLabels_en.properties formLabels_fr.properties ... 
 Is that possible?
 I am afraid that if I put all my texts in the same file that the file will become difficult to maintain. By categorizing the texts in different files I can easily find specific messages.
- 
        3. Re: Internationalizationpmuir Aug 17, 2006 8:39 AM (in response to mzeijen)Seam only supports a single messages file with #{message.xxx}, but of course you can use multiple f:loadBundle. You could use a standardised naming scheme in one file e.g. 
 errors.foo
 formLabels.foo
 formLabels.bar
- 
        4. Re: Internationalizationmzeijen Aug 17, 2006 3:10 PM (in response to mzeijen)I was afraid of it. Is it such a strange thing to request? 
 I will probably use the naming scheme in one file.
 Thanxs for the answer
- 
        5. Re: Internationalizationgavin.king Aug 23, 2006 10:40 AM (in response to mzeijen)I believe there is already a feature request for this in JIRA. 
- 
        6. Re: Internationalizationmzeijen Aug 23, 2006 1:29 PM (in response to mzeijen)There are some about i18n but non dat address my request. Should I add one? 
- 
        7. Re: Internationalizationaltes-kind Jan 22, 2008 4:56 AM (in response to mzeijen)Is it by now possible to use several messages files with #{message.xxx}? 
 
     
     
    