Fernando
Posts: 0
Joined: Sat Mar 14, 2015 10:59 am

Translate chekbox and more elements with i18next plugin

Hi,

i wan't to translate my app and i need some help. I can now translate back button, header, lists... but i don't know how to translate a checkbox. What is that i need to put in "data-i18n-target" value?

Also i would like to know how can i translate a select component.

Thank you.
Best regards.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Translate chekbox and more elements with i18next plugin

Hello Fernando,

Could you please clarify have you seen this tutorial: https://devcenter.appery.io/tutorials... ?

Fernando
Posts: 0
Joined: Sat Mar 14, 2015 10:59 am

Translate chekbox and more elements with i18next plugin

Yes, i have read it and other questions to solve list and back button in the header, but i don't know how to translate text in checkbox because data-i18n value doesn't work...

Fernando
Posts: 0
Joined: Sat Mar 14, 2015 10:59 am

Translate chekbox and more elements with i18next plugin

Ok, i fixed translate checkbox using javascript on page load (last post of topic).

Another question is how to translate collapsible set. I have tried various "i18n-target" options but it doesn't work... Can you help me, please?

Thank you.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Translate chekbox and more elements with i18next plugin

1) Plese add label to the collapsible header and set it's class, e.g "myClass" : http://prntscr.com/8mt13o

2) Click "more properties" fo the mobilecollapsblockheader and set:
data-i18n=header
data-i18n-target=.myClass
http://prntscr.com/8mt1by

Return to “Issues”