Click here to Skip to main content
15,900,258 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi everybody,

I have Visual Studio 2015 and I've just followed this[^] tutorial in order to learn how to localize a WPF application correctly. Everything works fantastically, but in Visual Studio I get a strange error. Here's a screenshot.
Despite that, everything compiles well and Localization works, but it's quite annoying.

I googled for it and I found out this:
The string values used for Name have some restrictions, as imposed by the underlying x:Name Directive defined by the XAML specification. Most notably, a Name must start with a letter or the underscore character (_), and must contain only letters, digits, or underscores.

But it's for names, the property which gives me the problem is a Title.

Does anybody know how can I get rid of it?

Thanks a lot!

LG

EDIT: In the screenshot I've translated the error into English. That's why you clearly see that the image has been edited. I absolutely do not want to post "fake questions". :)
Posted
Updated 8-Sep-15 7:19am
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900