1 Reply Latest reply on Apr 16, 2010 3:59 AM by ilya_shaikovsky

    RichCalendar not displaying complete content in French

    ritesh.sri

      We have been using richfaces 3.1.6.GA for english based appliction now the application needs to support French language as well.

      In order to do that we changed the FacesContext Locale by:-

       

      FacesContext context = FacesContext.getCurrentInstance();
      context.getViewRoot().setLocale(Locale.CANADA_FRENCH);

       

      The days of week & months of year show up correctly in French but the button labels as Today/Ok/Cancel dont get converted to French equivalents.

      [PS: ScreenShots]

      RichCalendarFrenchNonConversion1.jpg RichCalendarFrenchNonConversion2.jpg

       

      Are we missing something. Please suggest

       

      Thanks in advance.