Localization

Hello Guys I Did Localization For My Game But I Can Only Select Language In Editor “Preferences” I Want To Select Language From Widget How Can I Do That? Actually How can I change Language Preference, With Level Blueprint

I don’t know if such a function include to the engine. But you can create BlueprintLibrary in C++ for this.

Wiki Tutorial

There nodes for that:

Note that language switch won’t switch any cashed strings, you may need to reload them.

Thanks Guys For Answers!