Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Property Grid
  New Posts New Posts RSS Feed - Bool. property grid items not translated
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Bool. property grid items not translated

 Post Reply Post Reply
Author
Message
tobi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 September 2004
Location: Germany
Status: Offline
Points: 451
Post Options Post Options   Thanks (0) Thanks(0)   Quote tobi Quote  Post ReplyReply Direct Link To This Post Topic: Bool. property grid items not translated
    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 ?



Edited by tobi
Back to Top
JamesH View Drop Down
Senior Member
Senior Member


Joined: 01 December 2004
Status: Offline
Points: 147
Post Options Post Options   Thanks (0) Thanks(0)   Quote JamesH Quote  Post ReplyReply Direct Link To This Post 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...
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.