v2 localization issues

Add-in Express™ Support Service
That's what is more important than anything else

v2 localization issues
 
nick amel




Posts: 11
Joined: 2005-02-18
I am trying to localize an ms word addin, but it looks like that no matter what the addins captions are not localized.
I am loading the resources before the addin is created for sure, since i am using an initialization section of a unit.
The resources loader works as expected since i can see addins dialogs localized but not addins button captions.

Any ideas ? should i hardcoded the localization in some place?
Posted 17 Sep, 2005 03:30:20 Top
nick amel




Posts: 11
Joined: 2005-02-18
Ignore this post, the problems are caused from delphi 2005 translator AS ALWAYS
Posted 17 Sep, 2005 05:47:30 Top
nick amel




Posts: 11
Joined: 2005-02-18
Hmm, after spending a lot of time with this i do not think that this is a delphi issue, i've also hardcoded the localization string on the addins create event, the result is that when i use localized string menus and toolbars are not created.

So, is there any way to have localized add-ins or no ?
Posted 17 Sep, 2005 06:34:57 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Nick,

It seems your command bars and controls are non temporary (Temporary := False). In this case you should change your controls in the OnAddInStartupComplete event handler. Please let me know about the results.

Posted 19 Sep, 2005 07:07:21 Top
nick amel




Posts: 11
Joined: 2005-02-18
Dmitry,
All are good, as far as regarding the localized addin which i have hardcoded the strings, the problem is that delphis 2005 ite when trying to create the form for the add in module datasource fails, i do not know if this is because of delphi or something is wrong with the addins streaming causing this behavior
Posted 19 Sep, 2005 11:56:36 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Nick,

As far as I understand the OnAddInStartupComplete event resolved your problem. Am I right?

Posted 20 Sep, 2005 08:30:45 Top