Skip to content

How to change the text from English to any other language in play.html page? #4880

Answered by lastpeony
yashtandon113 asked this question in FAQs
Discussion options

You must be logged in to vote

You should enable UTF-8 encoding on the html page for to achieve this. Please add below lines on top of play.html page.

<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%>

After saving the changes, you will be able to change the text to other language.

Thank you!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yashtandon113
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants