Skip to content
Jared A Barneck edited this page May 21, 2015 · 3 revisions

###Option 1 - Using the GUI in Visual Studio### Step 1 - Right click on your Visual Studio project and choose Manage NuGet Packages.

Step 2 - Make sure Online is selected on the left.

Step 3 - Search for WPFSharp.Globalizer.

Step 4 - Click Install

###Option 2 - Using Package Manager Console in Visual Studio###

Step 1 - Run the following command i the Package Manager Console

```
install-package WPFSharp.Globalizer
```
Clone this wiki locally