Returns the preferred Locale that the client will accept content in, based on the Accept-Language header. If the client request doesn't provide an Accept-Language header, this method returns the default locale for the server. @return the preferred Locale for the client
()
| 363 | * @return the preferred <code>Locale</code> for the client |
| 364 | */ |
| 365 | Locale getLocale(); |
| 366 | |
| 367 | /** |
| 368 | * Returns an <code>Enumeration</code> of <code>Locale</code> objects indicating, in decreasing order starting with |
no outgoing calls