How do I implement different languages for both standard and custom fields? This has been answered before, but the link goes to ananswer on changing fixed field widths. Thank you
Hi,
all Easy Profile string are translated by Joomla built in multilanguage system, so for example you can insert in the title of custom field the language constant and manage translation of this constant from Administrator->Extensions->Language Manager->Overrides
Example if I have a field called "Address", I can set the title like "ADDRESS_CONSTANT" and put in language overrides the translations for each language
en-GB: ADDRESS_CONSTANT->Address
it-IT: ADDRESS_CONSTANT->Indirizzo
Easy Profile extends Joomla user profile and some core language string is the same of Joomla. So the language strings are the same of Joomla com_component, the constant are:
COM_JSN_PROFILE_PASSWORD1_LABEL -> Password Label
COM_JSN_PROFILE_PASSWORD2_LABEL -> Confirm password Label
COM_USERS_DESIRED_PASSWORD -> Tip on Password field
COM_USERS_PROFILE_PASSWORD2_DESC -> Tip on Password confirm
If you have installed language package these strings should be automatically translated.