越南语字段

back_recharge
lvxinran 2021-02-23 18:19:32 +08:00
parent 633f531425
commit 0895fd0886
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,7 @@ public class SErrorCodeEerverConfig implements BaseConfig {
private String englishValue;
private String vNValue;
@Override
public void init() throws Exception {
@ -47,6 +48,10 @@ public class SErrorCodeEerverConfig implements BaseConfig {
return englishValue;
}
public String getvNValue() {
return vNValue;
}
public static String getI18NMessage(String key){
SErrorCodeEerverConfig value = errorCodeMap.get(key);
if (value == null) {