KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > memoire > vainstall > uui > UuiLanguageStep


1
2 package com.memoire.vainstall.uui;
3
4 import com.memoire.vainstall.*;
5
6 public class UuiLanguageStep extends UuiDefaultStep implements VALanguageStep
7 {
8   public String JavaDoc getLanguage() {
9     return "english";
10   }
11 }
12
Popular Tags