Forum rules - please read before posting.

Subtitles in two languages simultaneously.

Quick question about translations. Is it possible to show subtitles in two languages? For example, if the selected language is French, speech audio would be played in French, but subtitles would be shown both in French and in English simultaneously. Thanks!

Comments

  • Yes - but only with custom scripting.

    You will have to access the RuntimeLanguages component's GetTranslation function:

    string frenchSub = AC.KickStarter.runtimeLanguages.GetTranslation ("", 34, 1);

    Where 34 is the Speech Manager line ID, and 1 is the language index number (0 being the original).
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.