7 Replies Latest reply on Oct 27, 2007 3:45 AM by mheidt

    internationalization question

    panpur

      hi... i'm new to seam

      i've read the tutorial about seam internationalization
      but the only way i found to set the locale was using combobox and then invoke #{localeSelector.select} from seam link/button

      in my app, i intend to save preferred language for each user in a database,
      so when a user logged in, every page int the app will display all text in his preferred language

      i'm looking for a way to set the locale manually in my authenticate method

      thank's in advance