get os language by blueprint

hi ,UE developers.
I want to get android system language by blueprint .but I haven’t found it.
and I check the source code in C++

nativeSetAndroidVersionInformation( android.os.Build.VERSION.RELEASE, android.os.Build.MANUFACTURER, android.os.Build.MODEL, Language );

I found it only output a log ,and generate a eventrecord.but didn’t have expose a blueprint function.

thanks in advance