#Real but my code is too bad for that to
1 messages · Page 1 of 1 (latest)
/*
public Config getLangConfig(String identifier) {
switch(identifier) {
case "en":
return EngConfig:
case "fr:
return FranceConfig:
etc
*/
use Locales or I18n with ResourceBundles
Well yea but when im returning messages calling to the same var every time gets annoying so i'll do something similar to this
Lang system done dw
well done