For users whose native language is not English, using Pro Config can be very painful. Although it can be translated into their native language, the overall experience process will be very poor. Doing multilingual languages is very easy, but the trouble is that there is a large workload, and once the copy content is finalized, it is difficult to modify. There are probably two methods.
#Tutorial: Displaying Content According to Users' Language Preferences on Pro Config
1 messages · Page 1 of 1 (latest)
The first step is to store the content in the value of context in JSON format.
"context.pod_tube_contents": "{{JSON.parse(context.pod_tube_content)}}",Take out the content in this way.
and next "text": "{{context.pod_tube_contents[context.native_language]['podcastpal_main_content']}}"
The next is to use Code Snippet for more complex multilingual processing, using code logic to organize the content.
Hello @wind wolf