bezzad / ErrorControlSystem

ErrorControlSystem is a .NET library created to automate handling .NET Windows-Base application exceptions and raise that to a sql server. This exception handler have some features as screen capturing, fetch server date time in exception occurrence time and etc.
http://bezzad.github.io/ErrorControlSystem/
GNU General Public License v3.0
32 stars 14 forks source link

Localization ErrorControlSystem Language by Thread.CurrentCulture #52

Closed bezzad closed 9 years ago

bezzad commented 9 years ago

Use resource.resx files to localization the ECS. For example, when my application language or region is en-US then the all Error Message-boxes, Buttons Text, Titles, Labels Text__ and etc, must be shown in that localize language (English for this example).

First time just these languages supported: Localization.en-us.resx Localization.fa-IR.resx

bezzad commented 9 years ago

These language resources added to project:

Localization.ar.resx Localization.az.resx Localization.de.resx Localization.fa-IR.resx Localization.fr-FR.resx Localization.he.resx Localization.resx (default: en) Localization.ru-RU.resx Localization.tr-TR.resx Localization.zh-CN.resx