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
0
3
3 comments
Greg Katechis
0
mayank
Not able to change language at run time
0
Eric Nelson
Changes to language at runtime won't be applied. We talk about this here.
Hope this helps!
0