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
- Host: GitHub
- URL: https://github.com/alisabzevari/persianhelpers
- Owner: alisabzevari
- License: mit
- Created: 2015-05-17T12:17:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-13T10:58:40.000Z (over 8 years ago)
- Last Synced: 2024-12-09T18:43:55.199Z (5 months ago)
- Topics: dotnet, localization
- Language: C#
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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();
```