How to translate button?

kostianev
78 Posts
kostianev posted this 29 July 2018

Dear, how to translate button text and link for multilanguage site? See the attachment.

Dear, how to translate button text and link for multilanguage site? See the attachment.
Vote to pay developers attention to this features or issue.
4 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 30 July 2018

Hi,

Unfortunately, there is no easy way to translate the title of the Button control, unfortunately.
Joomla needs the translated text to be wrapped into the PHP translation function. For example:

<?php
echo JText::_( 'Welcome' );
?>

In this case, if you have the following key in the translation file the "Welcome" text will be translated:
WELCOME=Welcome!

Themler Button control is a static HTML element.
As an alternative you can replace Button control with CMS Code control:
<a class="bd-button" href="#"><?php echo JText::_( 'Welcome' ); ?></a>
In this case you will need to add transkation key into the translation file(s).

This should help.

Thank you,
Olivia

Hi, Unfortunately, there is no easy way to translate the title of the Button control, unfortunately. Joomla needs the translated text to be wrapped into the PHP translation function. For example: `<?php echo JText::_( 'Welcome' ); ?>` In this case, if you have the following key in the translation file the "Welcome" text will be translated: `WELCOME=Welcome!` Themler Button control is a static HTML element. As an alternative you can replace Button control with CMS Code control: `<a class="bd-button" href="#"><?php echo JText::_( 'Welcome' ); ?></a>` In this case you will need to add transkation key into the translation file(s). This should help. Thank you, Olivia
g45381854
12 Posts
g45381854 posted this 05 January 2026

"Translating buttons can be tricky at first! You can also check out morse code alphabet a to z for a fun twist on learning codes."

I can make a couple more easy variations if you want.

"Translating buttons can be tricky at first! You can also check out [morse code alphabet a to z][1] for a fun twist on learning codes." I can make a couple more easy variations if you want. [1]: https://morse-codetranslator.com/morse-code-alphabets/
gallard779
1 Posts
gallard779 posted this 08 May 2026

PSA Method Calculator is a free online tool for FPS players who want to find a comfortable mouse sensitivity without copying someone else’s settings. Enter your current in-game sensitivity, compare lower and higher values across 7 guided rounds, and get a final sensitivity that better matches your own aiming style. It works well for games like Valorant, CS2, Apex Legends, Overwatch 2, Fortnite, PUBG, and Call of Duty Mobile, with no signup required.

[PSA Method Calculator][1] is a free online tool for FPS players who want to find a comfortable mouse sensitivity without copying someone else’s settings. Enter your current in-game sensitivity, compare lower and higher values across 7 guided rounds, and get a final sensitivity that better matches your own aiming style. It works well for games like Valorant, CS2, Apex Legends, Overwatch 2, Fortnite, PUBG, and Call of Duty Mobile, with no signup required. [1]: http://www.psamethod.com
jameswalterra8262
69 Posts
jameswalterra8262 posted this 28 May 2026

I struggled with locating the correct language strings for my own custom templates until I realized you have to use the built-in translation options to map out the button text, a process that requires the same precision as sealing driveways palmerston north locals rely on for weather protection.

I struggled with locating the correct language strings for my own custom templates until I realized you have to use the built-in translation options to map out the button text, a process that requires the same precision as sealing [driveways palmerston north][1] locals rely on for weather protection. [1]: https://palmerstonnorthconcretedriveways.co.nz/asphalt-driveways/
You must log in or register to leave comments