Hello
I use Asp.net core template
Q1: I have a problem when writing texts on the side menu in Arabic, they appear in the form of symbols,
For example, I changed the name of the Dashboards menu to Control Panel. The following was displayed: ���� ������.
Q2: When I change the display language of the site, how can I change the language text dynamically for menus, buttons, and messages?
Thank you so much
I use Asp.net core template. Q1: The issue with Arabic text appearing as symbols is likely due to encoding problems. Ensure your files are saved with UTF-8 encoding and your HTML includes <meta charset="UTF-8">. Q2: To change the display language dynamically, you can use resource files for localization and switch them based on user preferences. For more detailed guidance on complex projects, consider using this https://www.thesiswritingservice.com/phd-thesis/ for expert assistance. Thank you so much!
Shared\Partials\SidebarLayout\Sidebar\_Menu,
I normally writen (ÙÙØØ© اÙتØÙÙ
) inside _Menu.
in the indicated path,but symbols appear, how can I send you a picture in order to see the problem.
Hi,
Unfortunately, even with this text, we were not able to reproduce your issue, in Metronic Asp.net, your arabic text in the aside menu appears correctly.
I suppose that issue could be related to your custom changes or your machine setup.
Check the question below about this issue in the Asp.Net project.
https://social.msdn.microsoft.com/Forums/en-US/cc8b5c1a-8125-4a94-84db-ce793aa7f41a/how-can-i-put-arabic-letters-in-aspnet-pages?forum=asplocalization#f36a8e03-1898-49cc-81e5-96e56462afe1
Regards,
Lauris Stepanovs,
Keenthemes Support Team
Hi,