Change text switching language
Answered
Posted Sep 02, 2022
Hello Everyone,
I want to ask, can I change the text in switching language with the icon?
Thank you!
0
4
Posted Sep 02, 2022
Hello Everyone,
I want to ask, can I change the text in switching language with the icon?
Thank you!
0
4 comments
Anis F
Hello sir Tipene Hughes
Thank you for your help! I will try it.
It works for the selector. can I add a dynamic image here or not?
<a class="dropdown-toggle">{{current_locale.name}}</a>
so before the selector dropdown. I can see the flag and language text
Thankyou !
0
Tipene Hughes
Thanks for clarifying that for me!
One way you could go about this is by using the #is helper to check the name of the dropdown item language, and display the name and flag based on the result. Here's an example of how that could look:
You'll need to add the flags as assets in your help center and update the file path in the assets helper. You'll also need to add some custom CSS to the
language-item
class in order to have the flag image appearing similar to the screenshot above.I hope this helps!
Tipene
0
Anis F
hello Tipene Hughes
i have dropdown translate, but im following a template like
im confused how can i add other icon , like this picture in my switch language
Thank you!
0
Tipene Hughes
Sorry I'm not quite following what you're hoping to do. Would you mind going in to more detail about what you'd like to see?
Thanks!
Tipene
0
Sign in to leave a comment.