Package zendesk.support
Class HelpCenterSettings
- java.lang.Object
-
- zendesk.support.HelpCenterSettings
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.String
getLocale()
Gets the locale that we should request Help Center content in by default.
-
-
-
Method Detail
-
getLocale
public java.lang.String getLocale()
Gets the locale that we should request Help Center content in by default.This locale will be the "best" fit as determined by Zendesk based on the locale that was supplied during the call to get your applications' settings. This is the device locale by default, but can be overridden by calling
Support.setHelpCenterLocaleOverride(Locale)
- Returns:
- The default locale that should be used when requesting Help Center content
-
-