简体   繁体   中英

RTL Issue with Gizmox VisualWebGUI

I had a .NET 3.5 web application in which I had used Gizmox VisualWebGUI in it

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.

When I browsed the project with Internet explorer (or any other browser) everything was working great except RTL Actually everything displayed in LTR manner. 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?

For the window, panel, label and etc?

You also need to check the 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

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

If you need additional assistance on this matter, please write to us on our forums at visualwebgui.com

Regards,

Ori Cohen Support Manager, the Visual WebGui team

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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