Language Service
言語
このサービスにより、スクリプトでテキストを自動的に翻訳できます。
// The code below will write 'Esta es una prueba' to the log.
var spanish = LanguageApp.translate('This is a test', 'en', 'es');
Logger.log(spanish);
クラス
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-12 UTC。
[null,null,["最終更新日 2024-09-12 UTC。"],[[["The Language service enables automatic text translation within scripts."],["It uses the `LanguageApp` class and methods like `translate()` to perform the translations."],["You can specify the source and target languages for translation using language codes like 'en' for English and 'es' for Spanish."]]],[]]