1

I want to use the localized version of Helpshift but it always seems to be appearing in English. How do I get it to work?

This is how I show the corresponding viewcontrollers at the moment:

case .FAQ:
    HelpshiftSupport.showFAQs(self, withOptions: nil)
case .ContactUs:
    HelpshiftSupport.showConversation(self, withOptions: nil)
Grokify
  • 15,092
  • 6
  • 60
  • 81
Rutger Huijsmans
  • 2,330
  • 2
  • 30
  • 67

1 Answers1

0

To have Helpshift localized into the device language, make sure you have integrated the HSLocalization folder with your Xcode project. Helpshift comes with built in support for 45 languages. If you want to localize Helpshift according to your application's language, please look at the setSDKLanguage API.

Rhishikeshj
  • 302
  • 2
  • 9