Hello, my code is like this.
Localization = "zh-CHS.xml",
I used the Localization property to specify Chinese display, but when I restarted the service, this property accidentally didn't take effect, and both the design interface and preview interface turned into English. How should we handle this
Language display issue
-
287402225@qq.com
- Posts: 8
- Joined: Tue Dec 10, 2024 1:37 am
-
Max Shamanov
- Posts: 1064
- Joined: Tue Sep 07, 2021 10:11 am
Re: Language display issue
Hello,
Could you please send a sample project that allows us to reproduce the issue on our side?
Thank you.
Could you please send a sample project that allows us to reproduce the issue on our side?
Thank you.
-
antturtles
- Posts: 1
- Joined: Tue Oct 22, 2024 2:49 am
Re: Language display issue
It seems like the issue with the Localization property not taking effect after service restart is causing display problems. Have you tried checking the file path or reloading the configuration? You might find some clues there.
Re: Language display issue
Sometimes the service needs a full refresh or cache clear to recognize the updated localization file. Also, double-check the file path and ensure the XML is correctly formatted.
Hope this help.
Hope this help.
-
Max Shamanov
- Posts: 1064
- Joined: Tue Sep 07, 2021 10:11 am
Re: Language display issue
Hello,
Thank you for the information.
Thank you for the information.