1 Reply Latest reply on Jul 26, 2010 3:53 AM by nspazzoli.nspazzoli.gmail.com

    Empty localeSelector

    nspazzoli.nspazzoli.gmail.com
      Hello

      I have a problem with internationalization. In components.xml file I added this line

      <international:locale-config default-locale="it_IT" supported-locales="it_IT fr de" />

      But I get #{localeSelector} empty. Investigating I found that during startup LocaleConfig contains the values "fr de en_GB" in supportedLocale, but are not passed to the application because the method getApplication() returns null.

      Can anyone help me? I am using jboss-seam-2.2.0.GA
      Thank you.