Form2Content Translations is obsolete and will be removed in future versions.
Please enable 'Use custom translations' in the F2C configuration.
Create the file 'com_form2content_custom.ini' in the front-end language directory and place your translation strings there.
Ok, I created three language files for CZ, SK, EN
en-GB.com_form2content_custom.ini
sk_SK.com_form2content_custom.ini
cs-CZ.com_form2content_custom.ini
In template I have this caption for field "webinar_date" - {$WEBINAR_DATE_CAPTION}
How can I translate?
In template I need translate custom text (not filed caption) - LINK
How can I translate?
I tried in custom language file:
Link="Link"
But how can I call in template?
Rudolf