Story Translation

Hi guys!
I’m french but I also speak fluent English and I know that a lot of people are sad bc there is a very little number of stories that are translated… Do you know how I could help to translate from English to french?
Thanks a lot!

1 Like

You can use readerMessage for that
Type the French translation in readerMessage and English dialogues in speech bubbles or vice versa

Or you can make a choice menu where they select the language

Using if/else you can create your story in both languages

But you would need to type the dialogues twice in the script ( once in each language)

choice (LANGUAGE)

“FRENCH” {
}“ENGLISH”{
}

if (LANGUAGE is “FRENCH”) {

NARRATOR 
Bonjour

} else {

 NARRATOR 
 Hello

}

1 Like

Hi! Thank you for your answer but it is not what I meant, I wanted to know where can I help to translate other people’s stories (if it is possible of course). However, thanks for your suggestion because I never thought of that!