Skip to content

Commit 7350154

Browse files
committed
Adding link to supported languages table
1 parent f0c4e11 commit 7350154

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

orchestration/src/main/java/com/sap/ai/sdk/orchestration/TranslationConfig.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ SAPDocumentTranslationOutput createSAPDocumentTranslationOutput() {
6464
* Create a new input translation configuration.
6565
*
6666
* @param targetLanguage The target language code
67+
* @link <a
68+
* href="https://help.sap.com/docs/translation-hub/sap-translation-hub/supported-languages">SAP
69+
* AI Core: Orchestration - SAP Translation Hub Table with official languages</a>
6770
* @return A TranslationConfig configured for input translation
6871
*/
6972
@Nonnull
@@ -76,6 +79,9 @@ static TranslationConfig.Input createInput(@Nonnull final String targetLanguage)
7679
* Create a new output translation configuration.
7780
*
7881
* @param targetLanguage The target language code
82+
* @link <a
83+
* href="https://help.sap.com/docs/translation-hub/sap-translation-hub/supported-languages">
84+
* SAP AI Core: Orchestration - SAP Translation Hub Table with official languages</a>
7985
* @return A TranslationConfig configured for output translation
8086
*/
8187
@Nonnull

0 commit comments

Comments
 (0)