CSVMultilang 1.0.1

dotnet add package CSVMultilang --version 1.0.1
NuGet\Install-Package CSVMultilang -Version 1.0.1
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="CSVMultilang" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CSVMultilang --version 1.0.1
#r "nuget: CSVMultilang, 1.0.1"
#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 CSVMultilang as a Cake Addin
#addin nuget:?package=CSVMultilang&version=1.0.1

// Install CSVMultilang as a Cake Tool
#tool nuget:?package=CSVMultilang&version=1.0.1

Multilang support in CSV file

This infrastructure is very smart, simple to implement multilang. it contains a DLL and a WPF application demonstrating how to use the library:

Source code of the WPF application is also provided in the sub folder of sourcecode, you can reference it to learn how it works.

The steps to do multilang support are:

  1. create an English CSV file named as Test_en_us.csv, another Chinese version Test_zh_cn.csv, put under Sample sub folder together. Note: you can change the sub folder name and/or each file name, store in app.config of the Wpf application,
  2. update the app.config of the Wpf application to indicate the actual sub folder name and file names
  3. start the Wpf application and select different languages on UI, then click the button 'Switch language', then the whole UI will be updated immediately
  4. You can unzip the assemblies under sub folder 'assemblies', run the exe.

Author

Patrick Gamp

For technique support or business, please call the cell phone ++0086-18603016232, email: patrickgamp@hotmail.com, WeChat id is same to the cell phone number

##I am a professional with 26 years software RD experience. In 2005-2018, worked for Microsoft Windows Mobile and Windows Phone developing team, XBox One manufacturing automation team, and Surface imaging test team, after 2019, opened a small automation software corporation at the first strong manufacturing city - Suzhou, China. If you have some industry automation related software project to oursource, please send me email to contact.

Published date

October 31, 2023

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  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

    • No dependencies.

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
1.0.1 529 10/31/2023
1.0.0 390 10/31/2023

I believe this is most effective and reasonable and simple solution of multilang