Hello, I have created form in my language e.g. Slovenian. My page is created in multilanguage mode. Interest me, how to made this translation in e.g. English language.
This is private content
GreyHead, thank you for answer, but I need little help it is possible. I'm read recomanded FAQ, but no understand.
I'm created new locale named en_gb, into language tag added en_gb
Problem is in language string, because I don't know how to create string.
On field name and field id i have written ime; on Sub Label I have written Ime
In this interest me, how to create string which display or substitute to Name
I'm created new locale named en_gb, into language tag added en_gb
Problem is in language string, because I don't know how to create string.
On field name and field id i have written ime; on Sub Label I have written Ime
In this interest me, how to create string which display or substitute to Name
Hi derlo,
Translations are not for names or ids, but for labels, In the field label you can write "SOME_LABEL", and under the "locales" > "en_gb" you can write:
Best regards,
Max
Translations are not for names or ids, but for labels, In the field label you can write "SOME_LABEL", and under the "locales" > "en_gb" you can write:
SOME_LABEL=my field label
Best regards,
Max
This time I found solution for my problem, but exist other problem with translation displayed.
On en_gb tab locale I added this:
This two line of codes before is not translated in form view.
On en_gb tab locale I added this:
Hostel - dormi levi | 6 ležišč=Hostel - dorm left | 6 beds
Hostel - dormi desni | 6 ležišč=Hostel - dorm right | 6 beds
This two line of codes before is not translated in form view.
Hi derlo,
Your language string should be as short as possible, example:
Best regards,
Max
Your language string should be as short as possible, example:
HOSTEL_BEDS=Hostel - dorm left | 6 beds
Best regards,
Max
This topic is locked and no more replies can be posted.