DevProLauncher.Windows.ChatFrm.ApplyTranslations C# (CSharp) Method

ApplyTranslations() public method

public ApplyTranslations ( ) : void
return void
        public void ApplyTranslations()
        {
            //options
            groupBox7.Text = lang.chatoptionsGb2;
            groupBox5.Text = lang.chatoptionsGb3;
            HideJoinLeavechk.Text = lang.chatoptionsLblHideJoinLeave;
            pmwindowchk.Text = lang.chatoptionsLblPmWindows;
            Colorblindchk.Text = lang.chatoptionsLblColorBlindMode;
            usernamecolorchk.Text = lang.chatoptionsLblUserColors;
            refuseteamchk.Text = lang.chatoptionsLblRefuseTeamInvites;
            Timestampchk.Text = lang.chatoptionsLblShowTimeStamp;
            DuelRequestchk.Text = lang.chatoptionsLblRefuseDuelRequests;

            groupBox1.Text = lang.chatoptionsFontTitle;
            label1.Text = lang.chatoptionsFontLbl;
            label2.Text = lang.chatoptionsFontSize;

            label13.Text = lang.chatoptionsLblChatBackground;
            label12.Text = lang.chatoptionsLblNormalText;
            label11.Text = lang.chatoptionsLblLevel98;
            //label10.Text = lang.chatoptionsLblLevel2;
            label9.Text = lang.chatoptionsLblLevel1;
            label4.Text = lang.chatoptionsLblNormalUser;
            label7.Text = lang.chatoptionsLblServerMessages;
            label8.Text = lang.chatoptionsLblMeMessage;
            label14.Text = lang.chatoptionsLblJoin;
            label15.Text = lang.chatoptionsLblLeave;
            label16.Text = lang.chatoptionsLblSystem;

            userSearchBtn.Text = lang.chatBtnUser;
            adminSearchBtn.Text = lang.chatBtnAdmin;
            teamSearchBtn.Text = lang.chatBtnTeam;
            friendSearchBtn.Text = lang.chatBtnFriend;
            ChannelListBtn.Text = lang.chatBtnChannel;
            LeaveBtn.Text = lang.chatBtnLeave;

            UserTab.Text = lang.chatUserTab;
            IgnoreTab.Text = lang.chatIgnoreTab;
            OptionsTab.Text = lang.chatOptionTab;
            ChannelTab.Text = lang.chatChannelTab;
            UserListTab.Text = lang.chatUserListTab;
        }