How to translate the data coming from API in a Xamarin Forms app

395 Views Asked by At

I have a Xamarin Forms app that is using Localization and it translates the text using the .resx files and it works fine. My problem is that I want the user data to be localized just like the static data of the app.

For example, the user name is actually stored in English

Username: James

when the user changes the default language to Spanish it looks like

Nombre de usuario: James

I want James to be translated to Spanish as well so that my app will be truly localized. How can I achieve this?

0

There are 0 best solutions below