Hello,
I have a question regarding the Players Profile Language for the Unity Client API. I know how to set the Language of the player but is it also possible to retrieve it? I want to prevent that I will update the language every time even if the language is already set. The GetAccountInfoResult doesn't seem to have a language property of the account.
Kind regards,
Ramon
Rekall Games
Answer by SethDu · Sep 03, 2019 at 05:48 AM
Currently there is no API that can retrieve language setting. Feel free to send a thread on our Feature Requests Forum but in most of the cases, the language setting is for features like push notification template and email template due to their multiple languages templates. When notification/email is sent, the specific language template will be chosen automatically by PlayFab.
If you need to manage the data as player’s language preference, you can use player data to store for sure.
Thanks for your answer. Will send a thread in there and will use the PlayerData option for now. Was hoping for a property somewhere that I was missing, but that will fullfill my needs for now as well!