Is there a way to get the user language from Windows in c++ or in blueprints? Or is there an plugin I could use?
UKismetSystemLibrary::GetDefaultLanguage()
UKismetSystemLibrary::GetDefaultLocale()
seem to be doing what you want, according to the docs. Both can be called from Blueprint.
1 Like
Thanks a lot.