getLanguage
Returns the current language code used for push notification localization.
This method returns either the custom language set via setLanguage or the device language if no custom language was set. Example:
String language = Pushwoosh.getInstance().getLanguage();
Log.d("Pushwoosh", "Current language: " + language);
Content copied to clipboard
Return
Current language code in ISO-639-1 format