0

I am trying to take a JSF targetted localization application example, and move it from JBoss to Google App engine - and stumbling...

The internationalization example is taken from the final link in this answer: https://stackoverflow.com/a/4278571/723554. The article itself being based on using a ResourceBundle.Control. This works fine when deployed to JBoss. However I'd like to see if it can be moved to GAE - and when I setup the Eclipse Project to use GAE, I get the error:

    java.util.ResourceBundle.Control is not supported by Google App Engine's Java runtime environment

The only other similar question here on SO is a few years old - and seemingly unanswered.

So - the question: Is there a better approach for internationalization on GAE than using a ResourceBundle.Control?

FYI: The intended technologies for the app will be JSF-2, PrimeFaces and PrimeFaces Mobile.


[1] App Engine 1.8.1
[2] JSF 2.0

Community
  • 1
  • 1
declanh
  • 86
  • 9
  • 2
    I met the same problem too.In my case, It's spring mvc (3.2.3).It solved by stop using utf8 property files back to iso-8859-1 and native2ascii. Only for your reference. – Clxy Jul 15 '13 at 03:34
  • Thanks Clxy for the comment. I'll have to try and use that. (Good to know that I was not alone!) – declanh Jul 15 '13 at 22:05

0 Answers0