mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Use Locale.getDefault() to initialize the language
This commit is contained in:
parent
6a0e0f0f67
commit
efb206f7bd
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@ public abstract class ConnectionConfiguration {
|
|||
private CharSequence username;
|
||||
private String password;
|
||||
private Resourcepart resource;
|
||||
private Locale language = Locale.ENGLISH;
|
||||
private Locale language = Locale.getDefault();
|
||||
private boolean sendPresence = true;
|
||||
private ProxyInfo proxy;
|
||||
private CallbackHandler callbackHandler;
|
||||
|
|
Loading…
Reference in a new issue