Software Archive
Read-only legacy content
17061 Discussions

Text of buttons on input

Vasiliy_B_1
Beginner
591 Views

Good day!

I am creating app on HTML5 using XDK and etc.

Now i have a problem. Text in my app on russian language, when try to write something to <input> or change <select> i see some buttons:

5R_KLsavASI_0.jpg

"Done" and "Clear", thats not good, i wonna see here russian words. For example? when i try to change select on website using web browser i see russian words:

6GzjTDpNGT4_0.jpg

How i can change language of this words?

<html lang="ru"> - doesnt work

Waiting for help, thanks =)

0 Kudos
3 Replies
John_H_Intel2
Employee
591 Views

That is the default behavior of Cordova. If you want to alter the words then you might need to look into finding a 3rd party plugin that does what you are looking for.

0 Kudos
Vasiliy_B_1
Beginner
591 Views

Thats to bad =)

Ok, thanks for your answer

0 Kudos
Anusha_M_Intel1
Employee
591 Views

Check out the globalization plugin. It might be useful for you: https://github.com/apache/cordova-plugin-globalization

 

0 Kudos
Reply