Mtf.Windows.Forms.LanguageService
1.0.6
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.6
NuGet\Install-Package Mtf.Windows.Forms.LanguageService -Version 1.0.6
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.6" />
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.6" />
<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.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Mtf.Windows.Forms.LanguageService, 1.0.6"
#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.6
#: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.6
#tool nuget:?package=Mtf.Windows.Forms.LanguageService&version=1.0.6
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.Windows.Forms;
public partial class MainForm : Form
{
public MainForm()
{
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
- DotNetZip (>= 1.16.0 && < 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 | 107 | 3/26/2026 |
| 3.1.16 | 334 | 6/13/2025 |
| 3.0.96 | 212 | 6/6/2025 |
| 3.0.84 | 244 | 5/26/2025 |
| 3.0.64 | 260 | 5/22/2025 |
| 3.0.49 | 243 | 5/20/2025 |
| 3.0.46 | 241 | 5/20/2025 |
| 3.0.45 | 236 | 5/20/2025 |
| 3.0.44 | 202 | 5/20/2025 |
| 3.0.39 | 197 | 4/6/2025 |
| 3.0.37 | 192 | 3/27/2025 |
| 3.0.35 | 202 | 1/29/2025 |
| 3.0.34 | 140 | 1/29/2025 |
| 3.0.33 | 155 | 1/13/2025 |
| 3.0.32 | 161 | 1/13/2025 |
| 3.0.31 | 194 | 1/13/2025 |
| 3.0.30 | 189 | 1/10/2025 |
| 2.0.29 | 192 | 1/9/2025 |
| 2.0.26 | 207 | 12/21/2024 |
| 1.0.6 | 484 | 12/3/2022 |
Loading failed
Add Playtime register language elements.