FP300Service.UserControls.FiscalInfoUC.SetLanguageOption C# (CSharp) Method

SetLanguageOption() private method

private SetLanguageOption ( ) : void
return void
        private void SetLanguageOption()
        {
            this.gbxStatusFuncs.Text = FormMessage.FISCAL_RECEIPT_INFO;
            this.btnDrawerInfo.Text = FormMessage.DRAWER_INFO;
            this.btnLastReceiptInfo.Text = FormMessage.LAST_RECEIPT_INFO;
            this.btnLastZInfo.Text = FormMessage.LAST_Z_REPORT_INFO;
            this.gbcEjLimit.Text = FormMessage.EJ_LIMIT;
            this.lblEjLimit.Text = FormMessage.LINE_COUNT + ":";
            this.btnSetEjLimit.Text = FormMessage.SET_EJ_LIMIT;
        }