Translating into other language

Docking/MDI for Windows Forms Forum

Posted 15 years ago by Alexey
Avatar
I need to translate into local language items of popup menu when user clicks on tab of document window ("Close All But This" and so on). Where can I find information about it?
May be there are some string resource keys and values such as
http://www.actiprosoftware.com/Support/Forums/ViewForumTopic.aspx?ForumTopicID=2969#10990

Comments (4)

Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Alexey,

This post should have most of them:
http://www.actiprosoftware.com/Support/Forums/ViewForumTopic.aspx?ForumTopicID=1654#5987
Close all but this was added a little after that post but that item is:

Dock_MenuItem_CloseAllButThis = Close All But This


Actipro Software Support

Posted 15 years ago by Alexey
Avatar
Thanks!

I've missed this page.
I have translated almost all what I need ("Close all but this" and so on) except "auto-hide" button in top right corner of all docked toolwindows.

Items:
Dock_Command_AutoHide_Text
Dock_MenuItem_AutoHide
ToolWindowListForm_AutoHideButton_Text
do not work.

Any suggestions?

[Modified at 04/03/2009 05:13 AM]
Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Alexey,

I believe that one is Dock_Command_AutoHide_Text. However make sure you do it before any UIStudio user interface is initialized. Always make sure you set these strings at app startup before loading a Form. Since some of the items get loaded statically once (this may be an instance of that), loading at app startup ensures the settings are taken ok.


Actipro Software Support

Posted 15 years ago by Alexey
Avatar
Yes indeed!
I missed this:
Quote:
However make sure you do it before any UIStudio user interface is initialized


Thanks for help!
The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.