question

conorstephens avatar image
conorstephens asked

Error message in different languages

I am returning playfab error messages when users make mistakes when registering an account. What would be the best way to get these error messages back in a different language. Does playfab support this or would a hash map be best?

Thank you for your time

:D

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
pfnathan avatar image
pfnathan answered

No, It is not supported currently.

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

pfnathan avatar image pfnathan ♦ commented ·

Although, we do not support directly; You should try followings; put all the localized strings into Title Data or a Content file, and download that to the client, then use the data coming from PlayFab to send IDs that you use for lookups into the localizations, this way, you should be able to achieve error messages in different languages.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.