We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
###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 ```