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
-
When I try to change the text on player that reads "Your stream will start playing automatically when it is live" to another language, I get the text shown below. ストリームã¯ãƒ©ã‚¤ãƒ– Is there a way to make that happen? |
Beta Was this translation helpful? Give feedback.
Answered by
lastpeony
Mar 8, 2023
Replies: 1 comment
-
You should enable UTF-8 encoding on the html page for to achieve this. Please add below lines on top of play.html page.
After saving the changes, you will be able to change the text to other language. Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
yashtandon113
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!