I am using the Windows Phone Toolkit and added the Date Picker Control. The Control itself shows Date and Day as translated strings already but the App Bar Icons below have "done" and "cancel" in all languages. I downloaded the Source Code from codeplex and ran the project there and could see a translated text. For some reason this does not work in my project where I installed the toolkit via NuGet manager.
Is there a way to replace this hard coded text with a style/template?
<shell:ApplicationBarIconButton
IconUri="/Toolkit.Content/ApplicationBar.Check.png"
Text="DONE"/>
<shell:ApplicationBarIconButton
IconUri="/Toolkit.Content/ApplicationBar.Cancel.png"
Text="CANCEL"/>