Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Strings hand-coded to english Collapse All
Subject Author Date
Offer Har May 30, 2010 - 2:21 AM

Dear Support,


the following strings:



CExtSafeString CExtGridCellBool::g_strTextTrue( _T("True") );
CExtSafeString CExtGridCellBool::g_strTextFalse( _T("False") );
CExtSafeString CExtGridCellBool::g_strTextIndeterminate( _T("Indeterminate") );


Is hard-coded to English - can you please make it be read from your language resource file? I do pass the true & false to my cell, but the indeterminate does not a per-cell value, only the static value, so it’s even more problematic to change it.


Thanks,


Ron.

Technical Support Jun 2, 2010 - 9:57 AM

The CExtGridCellBool cell was designed as a cell displaying user-defined text instead of True, False and Indeterminate words. Something like Yes, No and Unknown. Or something like New, Old and Mixed. It’s initially similar to the Boolean properties in the Visual Studio .NET / 2005 / 2008 / 2010 Properties window. We can add its texts into Prof-UIS resources, but Prof-UIS resource translation is not a fast process. We can translate only a few languages immediately.