[svn r262] made i18n work, added some images, made preperments for the user options
This commit is contained in:
parent
cb8d6bc334
commit
0d5312462c
27 changed files with 468 additions and 163 deletions
|
|
@ -35,7 +35,11 @@ import com.idcanet.vasc.core.VascTextValue;
|
|||
*/
|
||||
public class DefaultVascTextValue implements VascTextValue {
|
||||
|
||||
public String getTextValue(String text) {
|
||||
public String getKeyMapping(String key) {
|
||||
return key;
|
||||
}
|
||||
|
||||
public String getTextValue(String text,Object...params) {
|
||||
return text;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue