https://bz.apache.org/bugzilla/show_bug.cgi?id=62558
--- Comment #4 from Mark Thomas <ma...@apache.org> --- The Manager app does localize based on the request. Look for lines like this: StringManager smClient = StringManager.getManager(Constants.Package, request.getLocales()); The index page is not currently localized. Using the JSTL tags (see https://docs.oracle.com/javaee/5/tutorial/doc/bnakw.html for an example) is probably the way to go. If there is a translation missing then the fallback is to use the English version. Additional language support is always interesting. Applying this patch is on my TODO list for the next release. I hope to get to this next week. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org