简体   繁体   English

Gizmox VisualWebGUI 的 RTL 问题

[英]RTL Issue with Gizmox VisualWebGUI

I had a .NET 3.5 web application in which I had used Gizmox VisualWebGUI in it我有一个 .NET 3.5 web 应用程序,其中我使用了Gizmox VisualWebGUI

After a year I needed toadd some new feature to it, I installed WebGUI again as trial (30 days full functionality) and implement my change sets.一年后,我需要为其添加一些新功能,我再次安装了WebGUI作为试用版(30 天的完整功能)并实现了我的更改集。

When I browsed the project with Internet explorer (or any other browser) everything was working great except RTL Actually everything displayed in LTR manner.当我用 Internet Explorer(或任何其他浏览器)浏览项目时,除了RTL之外,一切都运行良好。实际上,所有内容都以 LTR 方式显示。 I checked everything and I couldn't find what's happened.我检查了所有内容,但找不到发生了什么。

Any idea is appriciated任何想法都适用

Do you set all of the RightToLeft attributes in properties window?您是否在属性 window 中设置了所有RightToLeft属性?

For the window, panel, label and etc?对于 window、面板、label 等?

You also need to check the alignment.您还需要检查 alignment。 In addition may be something is going wrong with your build process此外,您的构建过程可能出现问题

To display your entire application in a specific culture, you need to set the culture.要以特定文化显示整个应用程序,您需要设置文化。 The most common way to set the culture of a Visual WebGui (and ASP.NET) application is through the Web.config file as explained in this article here: http://visualwebgui.com/Developers/KB/tabid/654/article/w_configuring_globalization_and_culture/Default.aspx设置 Visual WebGui(和 ASP.NET)应用程序区域性的最常见方法是通过 Web.config 文件,如本文所述: http://visualwebgui.com/Developers/KB/tabid/654/article /w_configuring_globalization_and_culture/Default.aspx

You can also programmatically set the culture, as explained in this article here: http://visualwebgui.com/Developers/KB/tabid/654/category/Code8/article/switching_ui_culture_in_runtime/Default.aspx您还可以以编程方式设置文化,如本文所述: http://visualwebgui.com/Developers/KB/tabid/654/category/Code8/article/switching_ui_culture_in_runtime/Default.aspx

If you need additional assistance on this matter, please write to us on our forums at visualwebgui.com如果您在此问题上需要更多帮助,请在我们的论坛上写信给我们,地址为 visualwebgui.com

Regards,问候,

Ori Cohen Support Manager, the Visual WebGui team Ori Cohen 支持经理,Visual WebGui 团队

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM