getLocalizationService(); $db = $this->getDatabaseService()->GetDbConnection(); $defaultShoppingList = $db->shopping_lists()->where('id = 1')->fetch(); $defaultShoppingList->update(array( 'name' => $localizationService->__t('Shopping list') ));