Removed hardcoded locale
This commit is contained in:
parent
085735e509
commit
5a561d987b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ public class Localizer {
|
|||
private ResourceBundle translations;
|
||||
private boolean isOld = false;
|
||||
public Localizer() {
|
||||
currentLocale = Locale.forLanguageTag("RU");//Locale.getDefault();
|
||||
currentLocale = Locale.getDefault();
|
||||
translations = ResourceBundle.getBundle(resourceBundle, currentLocale);
|
||||
this.isOld = isOldJava();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue