Frage

In my windows phone application there are some buttons. I want to change the text according to the devices selected culture Info. I have added the required resource file also made the required changes but still the changes are not reflecting on the UI. Any help will be useful.

Is there any thing that I am missing.

War es hilfreich?

Lösung

In addition to including the resource files in the project you also need to explicitly specify which cultures you're supporting.
You do this in the project properties. On the "Application" tab there is a list of supported cultures. You must check the box next to the ones you wish to support.

enter image description here

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top