Is it possible to change the transcript language and import it from the zoom API?

I am using https://api.zoom.us/v2/meetings/meetingId/recordings to retrieve recording data, but the transcripts are by default set to English. Is there a way to specify the transcript language when creating a meeting using https://api.zoom.us/v2/userId/meetings , or is there another method to set the transcript language when retrieving it?

@hangddari it looks like transcription is only supported in English for now based on this post:

However, there are other ways to get a transcript from Zoom. Here is a guide on all 7 ways you can do this: 7 APIs to get Zoom transcripts: A comprehensive guide