Steam get current language

Hi,

currently I’m adding the Steam online subsystem to a game. I have everything setup correctly and I can write achievements and access the steam overlay and so on.

But now I’m really struggling to get the current language from steam. There should be a function “GetCurrentGameLanguage()”. There are a few example where people are adding a new method to the OnlineSubsystemSteam header.

But I really have no clue at the moment how I can do this or where to start.

I’m using 4.18.3 with the default epic build. No custom things here.

Hopefully someone has some hints for me :slight_smile:

Kind regards

Andre

So I see that this is only possible if I change the OnlineSubsystemSteam.h which also means that I have to recompile the engine?