"How to switch languages?"

“How to switch languages?”

I think we may need a bit more context on the question

1 Like

yup, need more info. You can use 99 languages all together.

and btw. Welcome to community.

Welcome to the community.

Perhaps you are talking about localization for the texts in your game. You can start by looking at the following link

and to switch languages in game you can use for examle

ResourceBundle.getBundle("Bundle", Locale.French).getString("greeting")

or any locale you need

2 Likes