StrataFrame Forum

DevExpress Tabs

http://forum.strataframe.net/Topic1828.aspx

By Ricardo Quartier - 7/12/2006

Hi, well the thing is that you guys make it a real nice service with your tab control, with the localization key. Since infragistics it's been a pain.. can u guys do a devexpress tab control with the SF localization properties...? This is going to be nice, since i have here a application for 7 languages.

Thanks a lot friends..

By StrataFrame Team - 7/13/2006

Yes, we'll check the DevExpress tab control and see if we can't localize it.
By Ricardo Quartier - 7/13/2006

Yo, reading my post again, it seems that Im not beeing too much polite...  about: w00t  if it's easy, do it... what i mean was... íf that can be done in 10 minutes (those easy kind of things), please do it, (when u guys have time)... Thanks Ben and Trent..

BigGrin

By Ricardo Quartier - 7/14/2006

Yo, the last post above, was a reply to this link below:

http://forum.strataframe.net/Topic1090-9-1.aspx

BigGrin

By Trent L. Taylor - 7/14/2006

Ricardo,

In the meantime you can manually set the tabs and they will follow the language settings.  To manually retrieve a localization key use the code below:

MicroFour.StrataFrame.UI.Localization.RetrieveTextValue("MyValue")

It will return the localized string related to the value.  So you can just set the text or caption property of the each tab page for now.  This way you can at least move forward in development.

By Ricardo Quartier - 7/25/2006

Yo, Trent, thanks, I'll send to Ivan...
By Trent L. Taylor - 7/26/2006

Glad to help!