You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
what is the correct way to handle german chracters (Umlaute) like äüö in the language files ?
For the moment i use the html format ä or ü.
The problem ist that this will work for text labels but it works not for a button label.
For example the 'change profile' modul show the correct characters in haedline but wrong text in the button ...
any idea ?
this is the form code.....
echo form_submit('change_profile', $change_profile_caption, 'class="btn btn-primary" style="display:none;"');
but from where comes the $change_profile_caption variable ??
Cia
Alain
The text was updated successfully, but these errors were encountered:
Hi,
what is the correct way to handle german chracters (Umlaute) like äüö in the language files ?
For the moment i use the html format ä or ü.
The problem ist that this will work for text labels but it works not for a button label.
For example the 'change profile' modul show the correct characters in haedline but wrong text in the button ...
any idea ?
this is the form code.....
echo form_submit('change_profile', $change_profile_caption, 'class="btn btn-primary" style="display:none;"');
but from where comes the $change_profile_caption variable ??
Cia
Alain
The text was updated successfully, but these errors were encountered: