Hey,I am just a new developer of windows 8 store app. Here is a question I met,even through I had tried my best to search the answers. But I can’t find the solution.I hope there is someone could help me.
I just wanted to develop a test app on windows 8,but when I open the file “StandardStyle.xaml” which in the floder Common.The Visual Studio report the error:”Failed to create a ‘Windows.UI.Xaml.Controls.Primitives.PlacementMode’ from the text ‘鼠标'”.
I am a chinese,so the text is chinese.
In “StandardStyle.xaml”, replace :
With :
ToolTipService.Placement can only be Bottom, Left, Mouse, Right or Top. It shouldn’t have been auto-translated on Microsoft side. I had the same issue in French with the word
Souristhat I had to manually change toMouse.