Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Language choice for game
- _Narukami_
-
New Scratcher
4 posts
Language choice for game
Hi, just wondering if there is a way to make a language choice on a game and once done have it change all dialogue/words in the game change to that language. Additionally, if there is a way to have inputs such as answers to an ask function be accepted in multiple languages.
- subjectnamehere
-
Scratcher
1000+ posts
Language choice for game
No project I've seen has had this, so I don't think it's very easy (or necessary). You can have multiple versions of the same project just in a different language, though.
- RokCoder
-
Scratcher
1000+ posts
Language choice for game
You can do this with the translate extension. Let the user select their language (or use whatever their default language is using the language block). You would then use something along the lines of -


- _Narukami_
-
New Scratcher
4 posts
Language choice for game
You can do this with the translate extension. Let the user select their language (or use whatever their default language is using the language block). You would then use something along the lines of -
Does the language block automatically detect the language of that persons device or do i need to set something up?
Last edited by _Narukami_ (Sept. 29, 2023 10:05:21)
- _Narukami_
-
New Scratcher
4 posts
Language choice for game
Nevermind, I figured it. But thankyou for your answer
- Discussion Forums
- » Help with Scripts
-
» Language choice for game