I need a little help - anyone has successfully made DKLang (the open source multi-language package) to process Virtual treeview's header captions?

I need a little help - anyone has successfully made DKLang (the open source multi-language package) to process Virtual treeview's header captions?
https://stackoverflow.com/questions/51836118/dklangs-storelist-and-virtual-treeviews-header-text-translation

Comments



  1. you can use custom constant for each heard columns like:

    myVirtualStringTree.Header.Columns[0].Text := myConstant1;
    myVirtualStringTree.Header.Columns[1].Text := myConstant2;
    myVirtualStringTree.Header.Columns[2].Text := myConstant3;


    and manage constants with the editor of DKLang with "user defined constants".

    i hope this helpfull

    ReplyDelete
  2. Ivan Revelli Thanks, looks like this is the only way as of now. I'd prefer the automated approach if possible, because I've a lot of virtual treeview instances.

    ReplyDelete
  3. Edwin Yip I think tstrings are not supported in dklang

    ReplyDelete

Post a Comment