daryllabar / DLaB.Xrm.XrmToolBoxTools

Plugins for the XrmToolBox
MIT License
78 stars 70 forks source link

Language #525

Closed micz97 closed 2 weeks ago

micz97 commented 2 weeks ago

What defines the language used in the tool? I am specifically asking about part in the generated files:

// // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. //

Is it the system language in Windows? I've got hundreds of changes in repo, just because of that part.

daryllabar commented 2 weeks ago

(I'm just a typical American that has only ever interacted with US English computers, so I haven't had to ever personally deal with this, so I apologize in advanced for my own ignorance)

That part is generated by the PAC CLI itself, but I believe it utilizes the language of windows.

Have you tried setting the Suppress Autogenerated File Header Comment flag to true? image

micz97 commented 2 weeks ago

Haha, I am using English version of Windows myself, but the project files were generated in Polish. I've changed Windows language and it's fine now. Guess I will stick with my native language for a while :) Thanks!