Google Apps Script for Translating Google Slides to Korean

A user request for a Google Apps script that translates all text in a Google Slides presentation to Korean.

About the prompt Google Apps Script for Translating Google Slides to Korean

User request: Write me a Google apps script that will translate all text in a Google Slides presentation to Korean. The script should iterate over each slide and translate the text within each shape and table cell to Korean using the LanguageApp.translate() function.