InterviewSolution
Saved Bookmarks
| 1. |
How to detect locale in Servlets? |
|
Answer» Following is the method of request object which returns Locale object. java.util.Locale request.getLocale() |
|