Hi amoreno,
amoreno wrote:
On the other hand if i use:
<?php echo JText::_('COMP_NAME'); ?>
I obtain: ·Name·
How can i get rid of these bullets at the beginning and at the end of the translation???
When having activated Language Debug in the configuration, you will get these helpful bullets that indicates to you if a language key in the code has a corresponding string in the ini-file.
Had you used for example <?php echo JText::_('Name'); ?> in your code, and forgot to add a string in the ini-file for that key, and not having language debug on, then you probably wouldnt have noticed that the string was missing, because the output would be: Name
With language debug on and the string not present in ini-file you would see ?COMP_NAME? or the example ?Name? instead.
To get rid of the bullets, then just deactivate the handy Language debug
