New component! Text with multi-language support!

Hello guys! I want to share with you my brand new text component, with multilanguage support. You can see how it works in that gif.
2021-09-07-14-46-09 (1) (1)
Also I’ve made a video review on youtube: (ADALO) Multilanguage text component review - YouTube
If you got interested, you can contact me on telegram: Telegram: Contact @davidgegiya
Or write me here on private messages.
I hope you will enjoy it!

10 Likes

that’s really awesome! can the user select a language and the selected translation appears in another screen?

1 Like

Yes, you just set needed condition in database, and then import to component with magic text.

Hi @Davidaa_WoW ! That looks great. Just wondering if that may slow your app down or affect the performance in any way?

Hey @gdemac I don’t think so, because it’s very light component and it doesn’t have many options, or settings, and large loops inside the code. Also there were many purchases of this component, and no one has complained yet :slight_smile:

1 Like

Hi, can you please contact me I need this component as soon as possible! :slight_smile:
My email davidlako@gmail.com

Does anyone know how to add this component?

I have build a similar component, take a look at https://components.adalomatic.com/

1 Like

Hey, I’m just now seeing this. I’ll take a deep look later today. Regarding buttons, will I have to make the custom buttons for this to work (e.g., have a text and an icon within a rectangle)?

button will be tricky , might need to use the translate text export value to be the button text.

Hello, can you explain to me how it works? do I have to create variables? because there are some words that you must save in a database in several languages ​​and that is an issue…how does your component work?

the component allow you to set default text for the text label, then base on the language code that you provide, which maybe a parameter within your user table decide what language to use. The component then allow you to configure for EN return this text, for JP return that text.
This text label can export the return text as value as well.