Translator Extension for Kodular
Hello Kodular Community,
I’m excited to share with you a new Translator Extension that I’ve developed for Kodular! This extension allows you to easily integrate translation functionality into your Kodular apps.
Features:
- Translate text using a custom API.
- Get translation results along with a list of country codes.
How to Use:
- Initialize the Translator component.
- Use the
TranslateText
function, providing the text to be translated and the language code. - Receive translation results through the
TranslationResult
event.
Example:
Download Extension:
com.rasitech.translator.aix (7.9 KB)
Feel free to test it out, and let me know your feedback and suggestions! If you encounter any issues or have ideas for improvements, don’t hesitate to reach out.
Happy coding!