Recent searches


No recent searches

help center is not working in arabic iOS swift



Posted May 10, 2023

I have integrated help centre and support. Both are working fine in English. I have also enabled arabic language in Zendesk. But when I am setting up arabic in swift using

if Locale.current.isRightToLeft {
            Support.instance?.helpCenterLocaleOverride = "ar"
        } else {
            Support.instance?.helpCenterLocaleOverride = "en-us"
        }

 

its saying that unable to connect. 

the url for Zendesk Support is 

https://righthandssupport.zendesk.com/hc/ar


0

3

3 comments

image avatar

Greg Katechis

Zendesk Developer Advocacy

Hi there! I took a look at your help center and it appears that you don't have any content in there yet. If you take a look at the docs on this topic, you'll see that the above message that you're receiving is expected when there is no content. Go ahead and add some articles in there and test it again and then let us know if you are still seeing any issues.

0


Not able to change language at run time

0


image avatar

Eric Nelson

Zendesk Developer Advocacy

Hey Mayank,

Changes to language at runtime won't be applied. We talk about this here.
 
Hope this helps!

0


Please sign in to leave a comment.

Didn't find what you're looking for?

New post