Sets the locale of the response, if the response has not been committed yet. It also sets the response's character encoding appropriately for the locale, if the character encoding has not been explicitly set using #setContentType, #setCharacterEncoding(String) or {@link #setCharacter
(Locale loc)
| 343 | * @see #setCharacterEncoding(Charset) |
| 344 | */ |
| 345 | void setLocale(Locale loc); |
| 346 | |
| 347 | /** |
| 348 | * Returns the locale specified for this response using the {@link #setLocale} method. Calls made to |
no outgoing calls
no test coverage detected