1: package com.memoire.vainstall; 2: 3: public interface VALanguageStep extends VAStep { 4: public String getLanguage(); 5: }