PandaWood / ExceptionReporter.NET

ExceptionReporter is a .NET component that gathers detailed information on an Exception and the application/system running it. It allows the user to copy, save or send a custom-formatted report to the developer
MIT License
51 stars 32 forks source link

ExceptionReporter localization/translation #56

Open err0rsys opened 3 years ago

err0rsys commented 3 years ago

I would like to use the nuget package. It may be a noob question, but then how can I translate static texts in ExceptionReporter? I mean changing all the texts used in the GUI to the desired language.

PandaWood commented 3 years ago

Hey @err0rsys, I was just looking at your PR, I guess this means you worked out an answer to this question? ;-)

err0rsys commented 3 years ago

Hi, I provided a resource file with Polish translation, but I'm sure that not all texts in the message window will be translated. Additionally, I suggest resizing the text fields (4-letter company names are quite a rare case in the real world). Anyway, thanks a lot for your great library.

PandaWood commented 3 years ago

Thanks, so you mean does it work for you... but you're not sure if there are other texts (that you don't use or care about), that could be left untranslated?