• 大小: 0.06M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: winform  C#  切换语言  国际  

资源简介

                1.实现对语言资源文件的切换,用于多语言版本的产品制作与发行。

                2.同时也实现了对输入法语言的切换。

资源截图

代码片段和文件信息

using System;
using System.Windows.Forms;

namespace WindowsFormsApp1
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void Form1_Load(object sender EventArgs e)
        {
            LanguageManager.Change(“cn-ZH“ this);
        }

        private void radioButton1_Click(object sender EventArgs e)
        {
            LanguageManager.Change(“cn-ZH“ this);
        }

        private void radioButton2_Click(object sender EventArgs e)
        {
            LanguageManager.Change(“en-US“ this);
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        726  2017-04-29 13:28  bin\Debug\cn-ZH.lng

     文件        702  2017-04-29 13:28  bin\Debug\en-US.lng

     文件      25600  2017-04-29 13:38  bin\Debug\WindowsFormsApp1.exe

     文件        189  2017-04-28 15:50  bin\Debug\WindowsFormsApp1.exe.config

     文件      44544  2017-04-29 13:38  bin\Debug\WindowsFormsApp1.pdb

     文件         42  2017-04-29 11:56  obj\Debug\CoreCompileInputs.cache

     文件      30876  2017-04-29 13:38  obj\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       7543  2017-04-29 13:14  obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件          0  2017-04-28 15:50  obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs

     文件          0  2017-04-28 15:50  obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs

     文件          0  2017-04-28 15:50  obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs

     文件       1381  2017-04-29 13:22  obj\Debug\WindowsFormsApp1.csproj.FileListAbsolute.txt

     文件       1012  2017-04-29 13:38  obj\Debug\WindowsFormsApp1.csproj.GenerateResource.Cache

     文件      25600  2017-04-29 13:38  obj\Debug\WindowsFormsApp1.exe

     文件       3600  2017-04-29 13:38  obj\Debug\WindowsFormsApp1.Form1.resources

     文件      44544  2017-04-29 13:38  obj\Debug\WindowsFormsApp1.pdb

     文件        180  2017-04-29 12:14  obj\Debug\WindowsFormsApp1.Properties.Resources.resources

     文件       1330  2017-04-28 15:50  Properties\AssemblyInfo.cs

     文件       2845  2017-04-28 15:50  Properties\Resources.Designer.cs

     文件       5612  2017-04-28 15:50  Properties\Resources.resx

     文件       1103  2017-04-28 15:50  Properties\Settings.Designer.cs

     文件        249  2017-04-28 15:50  Properties\Settings.settings

     文件        189  2017-04-28 15:50  App.config

     文件        726  2017-04-29 13:28  cn-ZH.lng

     文件        702  2017-04-29 13:28  en-US.lng

     文件        645  2017-04-29 13:38  Form1.cs

     文件      23789  2017-04-29 13:38  Form1.Designer.cs

     文件      11819  2017-04-29 13:38  Form1.resx

     文件       8883  2017-04-29 13:36  LanguageManager.cs

     文件       1907  2017-04-29 12:15  LanguageProvider.cs

............此处省略15个文件信息

评论

共有 条评论