internationalization « PrimeFaces « JSF Q&A





1. Handle Date change on primefaces's calendar    stackoverflow.com

I'm working on a JSF 2.0 project using Mojarra, PrimeFaces 2.2.1 and Tomcat 6.x. My application is internationalized. I use the calendar of primefaces like this:

<p:calendar value="#{boxItem.agendaDate}" mode="inline" 
    ...

2. i18N Problem on tomcat server    forum.primefaces.org

30 May 2011, 21:35 by alexandrepalomo i18N Problem on tomcat server I've implemented i18N in my applications, but it's not working when the application is deployed in the linux server. When ...

3. Internationalization    forum.primefaces.org

02 Feb 2010, 22:45 by WolfBenz Internationalization Something I've een wondering since JSF 0.X, is a question about internationalization. i18n codes are not "code", they're just resources. This is why I've ...

4. PrimeFaces 3 and Internationalization    forum.primefaces.org

01 Jun 2011, 02:12 by oranheim PrimeFaces 3 and Internationalization Hi Optimus, I compiled latest svn anno sources and found that it breaks with Internationalization. My Norwegian special characters is not ...

5. Picklist and i18n    forum.primefaces.org

Hi, just a short question as Im pretty new to primefaces. Is there any chance to make the picklist from primefaces i18n-compatible? Currently the labels on the buttons are in english ...

6. MenuItem and i18n value    forum.primefaces.org

MenuItem item = new MenuItem(); ValueExpression valueExpression = expressionFactory.createValueExpression(elContext, "#{messages.global_menu_new}", String.class); item.setValueExpression("value", valueExpression);

7.  internationalization problem    forum.primefaces.org

Hi, I have a problem with the dataTable internationalization. More specifically, let's focus on the firstPageLinkLabel attribute. When I set some localized label there, on first display, the label is shown ...

8. Schedule internationalization    forum.primefaces.org

Hi all! Im using the schedule with portuguese locale in the Primefaces 2.2 and it works just fine. But in the 3.0 version the internationalization doesnt work! Its a bug or ...

9. Menus and Internationalization    forum.primefaces.org

Does anyone have a quick example of out to use resource bundles to internationalize the // tags? I've tried using the 'binding' attribute, but I'm not sure that it understands that ...





10. Where is I18N stuff?    forum.primefaces.org

Hi, I can not find the "old" wiki page about I18N text for calendar, schedule, etc. I have also looked for any JS files with these text and nothing found in ...

11. CommandButton internationalization    forum.primefaces.org

12. i18n support for calendar in version 3.    forum.primefaces.org

Hi, I am using release 3.0.M2 and I found the i18n support for calendar component is missing in this version (calendar_i18n.js) . (Popup calendar is displayed only in English, regardless which ...

13. Calendar i18n questions    forum.primefaces.org

Hello, I have a question regarding to the supported languages. I saw the supported languages in the documentation. Well, it's enough. But we have en, en_UK, en_US, de, de_CH, ... Do ...

14. Datatable i18n    forum.primefaces.org

15. Internationalization of datatables paginator    forum.primefaces.org

16. I18N support for keyboard component    forum.primefaces.org

It has attributes like backspaceLabel, closeLabel and clearLabel. I think if we need to add enterLabel and shiftLabel as well. Please create an issue ticket for this request. Thanks for your ...





17. layout with i18n    forum.primefaces.org

18. I18n for Schedule    forum.primefaces.org

Hello, i would like to ask, if it would be possible to make Schedule localized as Calendar. Would be possible to make, that schedule read localization from calendar_i18n.js file? IMO it ...

19. dataExporter + Internacionalization(i18n) Problems    forum.primefaces.org

Hi, im trying to use prime faces in my Facelets project. I put a p:dataExporter to export a datatable that contains some values and on its head im using internacionalization to ...

20. MenuBar, Submenu and menuitem internationalization    forum.primefaces.org

Hi, My question is directly... Is in plan to enabled localization (like value attribute) from menu components? At this moment, label don't suporte EL... tks josivan

21. Calendar I18N    forum.primefaces.org

Hi, Could you tell me, there is calendar I18N in primefaces 1.1 ??? I'd like to use portuguese language. thank you. Ricardo

22. [SOLVED] problem with calendar and i18n    forum.primefaces.org

SOLVED: The problem was in the text of March, poninedo 'Mar' instead of 'Març' I put these code in my jquery-ui-1.8.9.custom.min.js Code: this.regional[""] = { ...

23. PickList labels are Internationalized by default?    forum.primefaces.org

24. Button for i18n    forum.primefaces.org