Print Page | Close Window

Bool. property grid items not translated

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Property Grid
Forum Description: Topics Related to Codejock Property Grid
URL: http://forum.codejock.com/forum_posts.asp?TID=2184
Printed Date: 30 June 2024 at 10:50pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Bool. property grid items not translated
Posted By: tobi
Subject: Bool. property grid items not translated
Date Posted: 04 May 2005 at 3:26pm

I tried to get localized True/False textes of boolean property grid item by using the code as descibed in the helpfile:

Private Sub Form_Initialize()
    PropertyGridGlobalSettings.ResourceF ile = App.Path & "XTPResourceDe.dll"
End Sub


But the textstrings True/False are still present and not translated ( Wahr / Falsch ) in German...

btw. I read something about a version 9.70 ! Are there any dates yet ?




Replies:
Posted By: JamesH
Date Posted: 10 May 2005 at 12:33pm
It's a bit of a pain but you could just treat the bool items as regular combo items and pass in  your own text.  Instead of "True/False" I prefer the bool edits to say "yes/no" so I just use a regular combo and pass in my own strings.  Of course you'd need to do the localization your self as well...



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net