Hi ya,
I am getting lots of values from a couple of resource files both english or spanish. I don't really know whether is a good method or not for translate a big application, suppose it's better than nothing.
For your information I've got approx 400 keys each, in a short: 800 keys runtime..
Sometimes in design-time and from XAML side when I write a new key my IDE is getting crazy and fire this error:
"Error 29 You must set the resource Key or Binding properties"
For example, something so innocent and naive like that:
<telerik:GridViewDataColumn DataMemberBinding="{Binding Nombre}" Width="80" Header="{Resx LabelName}" />
It does make any sense because that key is saved on both files and even after rebuild the project remains such error. Solution here is just close my IDE 2012 and reopen it again.
Thanks for any input or advice on this,
Primary platform is Windows 7 Ultimate 64 bit along with VS 2012/Sql2k8 for WPF/SilverLight projects.