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
https://stackoverflow.com/questions/51836118/dklangs-storelist-and-virtual-treeviews-header-text-translation
ReplyDeleteyou 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
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.
ReplyDeleteEdwin Yip I think tstrings are not supported in dklang
ReplyDeleteYou can use silang componenti
ReplyDelete