Example #1
0
        private void forceCustomReInitialize()
        {
            LanguagePackage langPack = applicationConfiguration.getLanguagePackage();

            this.btndanhsach.Text                   = langPack.getDeleteMembersButtonLabel();
            this.btnthem.Text                       = langPack.getAddMembersButtonLabel();
            this.btndiemdanh.Text                   = langPack.getMakingRollCallButtonLabel();
            this.fileToolStripMenuItem.Text         = langPack.getMainFormMenuFileLabel();
            this.listToolStripMenuItem1.Text        = langPack.getMainFormMenuFileMemberListLabel();
            this.quitToolStripMenuItem.Text         = langPack.getQuitButtonTitle();
            this.operationToolStripMenuItem.Text    = langPack.getMainFormMenuOperationLabel();
            this.checkInToolStripMenuItem.Text      = langPack.getMakingRollCallButtonLabel();
            this.listToolStripMenuItem.Text         = langPack.getAddMembersButtonLabel();
            this.helpToolStripMenuItem.Text         = langPack.getMainFormMenuHelpLabel();
            this.aboutToolStripMenuItem.Text        = langPack.getMainFormMenuAboutLabel();
            this.toolStripStatusLabel2.Text         = "";
            this.deleteMemberToolStripMenuItem.Text = langPack.getDeleteMembersButtonLabel();
            this.Text = langPack.getMainFormTitle();
        }
Example #2
0
        private void forceCustomReInitialize()
        {
            LanguagePackage langPack = applicationConfiguration.getLanguagePackage();

            //
            this.btnAddNewEmployee.Text = langPack.getAddMembersButtonLabel();
            this.btnexit.Text           = langPack.getQuitButtonTitle();
            this.btnCallTheRoll.Text    = langPack.getMakingRollCallButtonLabel();
            this.btnCamera.Text         = langPack.getCameraActionButtonLabel();

            /* this.groupBox1.Text = langPack.getMemeberInfoBlockTitle();
             * this.label6.Text = langPack.getBirthAlias();
             * this.label5.Text = langPack.getSexAlias();
             * this.label4.Text = langPack.getClassAlias();
             * this.label3.Text = langPack.getFirstNameAlias();
             * this.label8.Text = langPack.getMemberCodeAlias();
             * this.label9.Text = langPack.getLastNameAlias();*/
            this.label2.Text = langPack.getMembersAlreadyMakingRollCallTitle();
            this.label7.Text = langPack.getMembersNotMakingRollCallYetTitle();

            /*this.label1.Text = langPack.getClassAlias();
             * this.label10.Text = langPack.getOutputDeviceSelectionTitle();*/
            this.Text = langPack.getMakingRollCallFormTitle();
        }