Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jukka Snellman committed Aug 24, 2022
1 parent 1329d8f commit 5cc9116
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ that is bound to specific culture.

See https://github.com/dotnet/aspnetcore/issues/7756 for context.

## Installation

```powershell
PM> Install-Package Rapal.StringLocalizerWithCulture
```

## Usage

```csharp
var services = new ServiceCollection()
.AddLocalizationWithCulture(options => options.ResourcesPath = "Resources")
Expand Down

0 comments on commit 5cc9116

Please sign in to comment.