The ADO.Net Self-Tracking Entity Generator has been incorrectly translated to German such that the generated T4 templates cannot be compiled without significant manual correction. The problem in the generated T4 templates is that quotation marks are nested within strings that are themselves enclosed in quotation marks.For instance, in the Model1.tt file I see the following line (commented out with either // in C# or ' in VB) that is the source of one of the errors: <#=String.Format(CultureInfo.CurrentCulture, "Zeichnet die ursprünglichen Werte für die komplexe Eigenschaft "{0}" auf", edmProperty.Name)#>When I fix this error by changing it to read '{0}', I get more errors in the generated class files such asInvalidOperationException("Das Prinzipalende einer identifizierenden Beziehung kann nur geändert werden, wenn das abhängige Ende den Status "Hinzugefügt" aufweist.")(Resubmitted from rejected German ticket at http://connect.microsoft.com/VisualStudio/feedback/details/560612/fehler-im-t4-template-beim-hinzuf-gen-eines-ado-net-entit-ts-generator-mit-selbstnachverfolgung-zum-entit-ts-model-self-tracking-entities)
Visual Studio/Silverlight/Tooling version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results