An open API service indexing awesome lists of open source software.

https://github.com/alisabzevari/persianhelpers

Some helper classes to work with Persian culture easily in .net
https://github.com/alisabzevari/persianhelpers

dotnet localization

Last synced: 5 months ago
JSON representation

Some helper classes to work with Persian culture easily in .net

Awesome Lists containing this project

README

        

# PersianHelpers
Some helper classes to work with Persian culture easily in .net
## Installation
`PM> Install-Package PersianHelpers`
## Usage
Just instantiate `PersianCulture` and assign it to `CurrentCulture`:
``` cs
CultureInfo.DefaultThreadCurrentCulture = new PersianCulture();
CultureInfo.DefaultThreadCurrentUICulture = new PersianCulture();
```