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)