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

Add localization for other languages #17

Closed PandaWood closed 3 years ago

PandaWood commented 6 years ago

Would be good to have the language on the buttons/messages adjust to the user's locale

JavierCanon commented 6 years ago

wich aproach you will use?, standard resources, xml, json? ex. (https://marketplace.visualstudio.com/items?itemName=TomEnglert.ResXManager) I can help with spanish

This project use resource files: https://github.com/ravibpatel/CrashReporter.NET/tree/master/CrashReporter.NET

PandaWood commented 6 years ago

Thanks, I only know about the .resx approach with WinForms - just like Crash-Reporter I might do this on a branch - setup one or 2 languages, like Spanish, - then get someone helpful (in this case, you ;-)) to submit a PR on that

JavierCanon commented 6 years ago

Hello, you can check my Fork

Im compiling in .net 4.7.2 for speed and others improvements like high DPI monitor support, but i think that compile in 4.0 without problems.

Added translation support (spanish latin america demo), demo improvements, http php demos project, php github issue report example, php email send example.

PandaWood commented 3 years ago

This was added by issues #50 - one remaining task on that, is the assumption that the solution with the "new" project format is used