Hi all,
I'm a GAE newbie.
I've been googling for a correct answer, but I couldn't find one.
Using the java GAE, without GWT, is there any way to setup the default
locale, country and encoding using any configuration file??
I know how to programmatically solve this by:
Locale.setDefault(new Locale("xx","YY"));
and
Setting the content-type and char-set of the response, or setting "<?xml
version="1.0" encoding="utf-8"?>" on the templates.
But I really can't believe that these settings are not supported using
configuration files.
They are quite basic, I'm missing something here?
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine/-/_WgzEJzD8jwJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.