Hi,
I tried to use the Language Manager powered by joomla, and I have correctly added the properties but the solution doesn't work. To resolve the problem I have modified the file en-GB.com_visforms.ini as following:
;COM_VISFORMS_ENTER_VALID_EMAIL="Please enter a valid email:<br /><span>E.g. yourname@domain.com</span>"
;COM_VISFORMS_ENTER_VALID_URL="Please enter a valid url:<br /><span>E.g.
www.domain.com
"
COM_VISFORMS_ENTER_VALID_EMAIL="Please enter a valid email: <span>E.g. yourname@domain.com</span>"
COM_VISFORMS_ENTER_VALID_URL="Please enter a valid url: <span>E.g.
www.domain.com
"
The solution works, but If I want modify other elements such as the text of button to choose file etc, it doesn't work:
COM_VISFORM_LANGUAGE_FILE_FIELD_BUTTON="Choose file"
COM_VISFORM_LANGUAGE_FILE_FIELD_TXT="No file chosen"
COM_VISFORM_LANGUAGE_MANDATORY="All fields marked with (*) are mandatory"
COM_VISFORM_LANGUAGE_PRIVACY_LINK_TXT="privacy policy"
COM_VISFORM_LANGUAGE_PRIVACY_TXT="I declare I have read the"
In particular way I think that there are some problem in my use of languages, I have modified the file components\com_visforms\language\en-GB ant I have added the Constants, but I don't see effects.