Hi,
I am trying to create a translation manager in perspective. When I try to add chinese (simplified) to my translation manager using webdev I am passing locale as string params in url
code used in webdev:
locale = 'zn__#Hans'
I get some errors for chinese only for other language it is working
Thanks for the help
1 Like
Hello Amitkumar,
“zh-Hans” or “zh-CN” is the string to use for Simplified Chinese.
Best,
2 Likes