"景先生毕设|www.jxszl.com

C# CLocalization类代码示例

2023-12-29 17:44编辑: www.jxszl.com景先生毕设
本文整理汇总了C#中CLocalization类的典型用法代码示例。如果您正苦于以下问题:C#CLocalization类的具体用法?C#CLocalization怎么用?C#CLocalization使用的例子?这里精选的类代码示例或许可以为您提供帮助。 示例1:SetLocalization publicoverridevoidSetLocalization(CLocalizationclocLanguage){ base.SetLocalization(clocLanguage); this.chkSettingsPunkbuster.Text=this.Language.GetLocalized("uscServerSettingsPanel.chkSettingsPunkbuster"); this.chkSettingsRanked.Text=this.Language.GetLocalized("uscServerSettingsPanel.chkSettingsRanked"); //this.chkSettingsPremiumStatus.Text=this.Language.GetLocalized("uscServerSettingsPanel.chkSettingsPremiumStatus"); this.lblSettingsPlayerLimit.Text=this.Language.GetLocalized("uscServerSettingsPanel.lblSettingsPlayerLimit"); this.lnkSettingsSetPlayerLimit.Text=this.Language.GetLocalized("uscServerSettingsPanel.lnkSettingsSetPlayerLimit"); this.lblSettingsEffectivePlayerLimit.Text=this.Language.GetLocalized("uscServerSettingsPanel.lblSettingsEffectivePlayerLimit"); this.lblSettingsGamePassword.Text=this.Language.GetLocalized("uscServerSettingsPanel.lblSettingsGamePassword"); this.lnkSettingsSetGamePassword.Text=this.Language.GetLocalized("uscServerSettingsPanel.lnkSettingsSetGamePassword"); this.lblSettingsAdminPassword.Text=this.Language.GetLocalized("uscServerSettingsPanel.lblSettingsAdminPassword"); this.lnkSettingsSetAdminPassword.Text=this.Language.GetLocalized("uscServerSettingsPanel.lnkSettingsSetAdminPassword"); this.chkSettingsNoIdleKickLimit.Text=this.Language.GetLocalized("uscServerSettingsPanel.chkSettingsNoIdleKickLimit"); this.chkSettingsNoIdleBanRoundsLimit.Text=this.Language.GetLocalized("uscServerSettingsPanel.chkSettingsNoIdleBanRoundsLimit"); this.lnkSettingsSetidleKickLimit.Text=this.Language.GetLocalized("uscServerSettingsPanel.lnkSettingsSetidleKickLimit"); this.lnkSettingsSetIdleBanRoundsLimit.Text=this.Language.GetLocalized("uscServerSettingsPanel.lnkSettingsSetIdleBanRoundsLimit"); //this.chkSettingsAggressiveJoin.Text=this.Language.GetLocalized("uscServerSettingsPanel.chkSettingsAggressiveJoin"); this.DisplayName=this.Language.GetLocalized("uscServerSettingsPanel.lblSettingsConfiguration"); }
原文链接:http://www.jxszl.com/biancheng/C/556775.html