Localisation.WPF
0.1.0
.NET 6.0
This package targets .NET 6.0. The package is compatible with this framework or higher.
.NET Framework 4.6.2
This package targets .NET Framework 4.6.2. The package is compatible with this framework or higher.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Localisation.WPF --version 0.1.0
NuGet\Install-Package Localisation.WPF -Version 0.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Localisation.WPF" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Localisation.WPF --version 0.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Localisation.WPF, 0.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Localisation.WPF as a Cake Addin #addin nuget:?package=Localisation.WPF&version=0.1.0 // Install Localisation.WPF as a Cake Tool #tool nuget:?package=Localisation.WPF&version=0.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Localisation.WPF
Localisation library for WPF - use with ResxManager
Usage
1. Create a new WPF project
2. Add a reference to the Localisation.WPF library
3. Add the ResxManager Visual Studio extension
4. Add a new resource file to the project
5. Add some resources to the resource file
6. Add the following to the project App.xaml.cs file to set the UI culture
using CP.Localisation;
using System.Globalization;
public App()
{
CultureManager.UICulture = new CultureInfo("en-US");
CultureManager.UICulture.SyncCultureInfo();
}
7. Add the following to each xaml file to set the binding culture
Language="{UICulture}"
ResxExtension.DefaultResxName="YOUR.NAMESPACE.Properties.Resources"
8. Add the following Resx binding to each xaml element to set the binding to the current language value
<TextBlock Text="{Resx YOUR_RESOURCE_NAME}" />
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-windows7.0 is compatible. net7.0-windows was computed. net7.0-windows7.0 is compatible. net8.0-windows was computed. net9.0-windows was computed. |
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6.2
- System.Management (>= 7.0.1)
- System.Reactive (>= 5.0.0)
-
net6.0-windows7.0
- System.Management (>= 7.0.1)
- System.Reactive (>= 5.0.0)
-
net7.0-windows7.0
- System.Management (>= 7.0.1)
- System.Reactive (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Compatability with Net 6 / 7 and net462