Joined: 13/09/2010 09:41:07
Messages: 66
Location: München
Offline
Hi,
In browsers you can deside the preferred language for contents.
Our application use the Locale.getDefault(). But Locale.getDefault() will not have a effect on browser language selection. We don't want a extra language seletion in our aplication.
Should I do something else to set the preferred language in our application?
As I know it's not that easy to get the browsers language settings!
The point is that CC is running as an applet in your browser, this is a sandbox so you have no direct access to the browsers preferences!
Maybe there's a way to inject this info with javascript?
What you get is the language the local JVM is running