Ejemplo n.º 1
0
        protected static bool CargarIdioma()
        {
            LabelsText _textoLabels = new LabelsText();
            string     idioma       = "INGLES";
            string     formName     = "InventoryTakingByPalletIDWarehousesNotControlledByLocation.aspx";

            Zonecodedoesntexist = _textoLabels.readStatement(formName, idioma, "Zonecodedoesntexist");
            ThepaletteIDdoesnotexistorisnotlocated = _textoLabels.readStatement(formName, idioma, "ThepaletteIDdoesnotexistorisnotlocated");
            Lotcodedoesntexist      = _textoLabels.readStatement(formName, idioma, "Lotcodedoesntexist");
            Locationblockedinbound  = _textoLabels.readStatement(formName, idioma, "Locationblockedinbound");
            Locationcodedoesntexist = _textoLabels.readStatement(formName, idioma, "Locationcodedoesntexist");
            Registeredquantitycannotbelessthanorequaltozero = _textoLabels.readStatement(formName, idioma, "Registeredquantitycannotbelessthanorequaltozero");
            Warehousecodedoesntexist = _textoLabels.readStatement(formName, idioma, "Warehousecodedoesntexist");
            return(true);
        }