1. galbur
  2. General
  3. Monday, May 02 2016, 06:17 PM
Hi

I'm struggling a little bit with the Field-Translations in Easy-Profile / Joomla Language Override - Function.
How to handle Fieldnames (legends) with empty spaces lilke "email adresse" or "Titel / Abschluss" etc.

Thank you
Chris
Accepted Answer
admin Accepted Answer
Admin
Hi,
you can use for field title some constants like EMAIL_ADRESSE and TITEL_ABSCHLUSS

TIP: You can use a simple text editor instead Joomla Language Override panel
all overrides are written in .ini files in folder /language/overrides/

for example

(ITALIAN) /language/overrides/it-IT.override.ini
EMAIL_ADRESSE="Indirizzo Email"
TITEL_ABSCHLUSS="Titolo"

(GERMAN) /language/overrides/de-DE.override.ini
EMAIL_ADRESSE="email adresse"
TITEL_ABSCHLUSS="Titel / Abschluss"

(ENGLISH) /language/overrides/en-GB.override.ini
EMAIL_ADRESSE="Email Address"
TITEL_ABSCHLUSS="Title"
  1. more than a month ago
  2. General
  3. # Permalink
galbur Accepted Answer
Ok.
Thank you very much.

Best
Chris
  1. more than a month ago
  2. General
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.