translation
Service icon

Translation

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 18 Jun (4 weeks ago)
 by 
0.0
 (0 ratings)
translation

Translation

Compatible with:
Created on OutSystems 11

Version 1.0.1

Stable
Current
Uploaded on 18 Jun (4 weeks ago) by 
Compatible with:
Version 11
Database:
All
Release notes:

Correcting parsing or processing errors that occur in certain scenarios involving multi-word or complex sentences.

License:

🔧 Server Action Descriptions

1. TranslateToArabic

  • Purpose: Converts English text input into Arabic.

  • Input Parameter:

    • EnglishText (Text): The English content that needs to be translated.

  • Output Parameter:

    • ArabicText (Text): The Arabic translation of the input text.

  • Typical Use Case: Used when displaying translated Arabic content to users based on English data, such as in multilingual web or mobile applications.

  • Possible Implementation: May call an external API like Google Translate, Microsoft Azure Translator, or use internal translation logic or dictionaries.

2. TranslateToEnglish

  • Purpose: Converts Arabic text input into English.

  • Input Parameter:

    • ArabicText (Text): The Arabic content that needs to be translated.

  • Output Parameter:

    • EnglishText (Text): The English translation of the input text.

  • Typical Use Case: Helpful when user input or content is in Arabic and needs to be understood or processed in English, such as in admin panels or multilingual databases.

  • Possible Implementation: Similar to the above, it may rely on a translation API or custom translation algorithms.

Application Objects:
Translation has 2 AOs.

Version 1.0.0

Stable
See documentation
Uploaded on 18 Jun (4 weeks ago) by 
Compatible with:
Version 11
Database:
All
License:

🔧 Server Action Descriptions

1. TranslateToArabic

  • Purpose: Converts English text input into Arabic.

  • Input Parameter:

    • EnglishText (Text): The English content that needs to be translated.

  • Output Parameter:

    • ArabicText (Text): The Arabic translation of the input text.

  • Typical Use Case: Used when displaying translated Arabic content to users based on English data, such as in multilingual web or mobile applications.

  • Possible Implementation: May call an external API like Google Translate, Microsoft Azure Translator, or use internal translation logic or dictionaries.

2. TranslateToEnglish

  • Purpose: Converts Arabic text input into English.

  • Input Parameter:

    • ArabicText (Text): The Arabic content that needs to be translated.

  • Output Parameter:

    • EnglishText (Text): The English translation of the input text.

  • Typical Use Case: Helpful when user input or content is in Arabic and needs to be understood or processed in English, such as in admin panels or multilingual databases.

  • Possible Implementation: Similar to the above, it may rely on a translation API or custom translation algorithms.

Application Objects:
Translation has 2 AOs.