Pergunta

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.

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top