Mtf.Windows.Forms.LanguageService
1.0.4
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 Mtf.Windows.Forms.LanguageService --version 1.0.4
NuGet\Install-Package Mtf.Windows.Forms.LanguageService -Version 1.0.4
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="Mtf.Windows.Forms.LanguageService" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Mtf.Windows.Forms.LanguageService" Version="1.0.4" />
<PackageReference Include="Mtf.Windows.Forms.LanguageService" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Mtf.Windows.Forms.LanguageService --version 1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Mtf.Windows.Forms.LanguageService, 1.0.4"
#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.
#:package Mtf.Windows.Forms.LanguageService@1.0.4
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Mtf.Windows.Forms.LanguageService&version=1.0.4
#tool nuget:?package=Mtf.Windows.Forms.LanguageService&version=1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Usage
GitHub URL Developer's URL Facebook Page
using LanguageService;
using LanguageService.WPF;
public partial class MainWindow : Window
{
public MainWindow()
{
InitializeComponent();
lv.ItemsSource = new[] { Lng.Elem("Users"), Lng.Elem("Groups") };
rtb.Document.Blocks.Add(new Paragraph(new Run(Lng.Elem("File name"))));
Translator.Translate(this);
}
}
If you need to translate to Hungarian, just use this code snippet.
Lng.DefaultLanguage = LanguageService.Language.Hungarian;
Translator.Translate(this);
You can translate from any language to any other language like this.
Lng.Translate(Language.Hungarian, "Ismétlődés", Language.English);
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net48 is compatible. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.8
- Ionic.Zip (>= 1.9.1.8 && < 2.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.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.1.19 | 127 | 3/26/2026 |
| 3.1.16 | 347 | 6/13/2025 |
| 3.0.96 | 225 | 6/6/2025 |
| 3.0.84 | 254 | 5/26/2025 |
| 3.0.64 | 270 | 5/22/2025 |
| 3.0.49 | 255 | 5/20/2025 |
| 3.0.46 | 254 | 5/20/2025 |
| 3.0.45 | 250 | 5/20/2025 |
| 3.0.44 | 212 | 5/20/2025 |
| 3.0.39 | 210 | 4/6/2025 |
| 3.0.37 | 202 | 3/27/2025 |
| 3.0.35 | 214 | 1/29/2025 |
| 3.0.34 | 150 | 1/29/2025 |
| 3.0.33 | 168 | 1/13/2025 |
| 3.0.32 | 173 | 1/13/2025 |
| 3.0.31 | 205 | 1/13/2025 |
| 3.0.30 | 200 | 1/10/2025 |
| 2.0.29 | 204 | 1/9/2025 |
| 2.0.26 | 220 | 12/21/2024 |
| 1.0.4 | 759 | 8/7/2020 |
Loading failed
Separated Windows.Forms and WPF libraries.