D
David Thielen
Hi;
We have localized our AddIn and pull in localized resources via 3
mechanisms:
1) I get the ribbon xml files as an embedded file/resource which is
named to match the locale. This works fine in all cases.
2) strings I need in my code I get via the standard mechanism where I
have a global resx file that I have the strings in. So global.resx,
global.de.resx, global.ru.resx, etc. This works fine in all cases.
3) forms each have Options.cs, Options.Designer.cs, Options.resx,
Options.de.resx, Options.ru.resx, etc. This is where we have the
problem.
When I run under the debugger everything comes up correctly.
When we install it on a users' computer (test system actually), I get
the correct translated strings from global.de.resx. But the forms are
all in English.
The AddIn is installed as:
Program Files/Windward Studios/Auto Tag/AutoTag2007.dll
Program Files/Windward Studios/Auto Tag/de/AutoTag2007.resources.dll
Program Files/Windward Studios/Auto Tag/ru/AutoTag2007.resources.dll
....
Is there something extra we need to do for an Office Addin?
a) None of these files are in the GAC.
b) some DLLs we install that they call are in the GAC.
c) We are running the German version of Office on the German version
of XP.
d) CultureInfo.CurrentCulture & CultureInfo.CurrentUICulture are both
de-de.
What's wrong?
thanks - dave
david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com
Cubicle Wars - http://www.windwardreports.com/film.htm
We have localized our AddIn and pull in localized resources via 3
mechanisms:
1) I get the ribbon xml files as an embedded file/resource which is
named to match the locale. This works fine in all cases.
2) strings I need in my code I get via the standard mechanism where I
have a global resx file that I have the strings in. So global.resx,
global.de.resx, global.ru.resx, etc. This works fine in all cases.
3) forms each have Options.cs, Options.Designer.cs, Options.resx,
Options.de.resx, Options.ru.resx, etc. This is where we have the
problem.
When I run under the debugger everything comes up correctly.
When we install it on a users' computer (test system actually), I get
the correct translated strings from global.de.resx. But the forms are
all in English.
The AddIn is installed as:
Program Files/Windward Studios/Auto Tag/AutoTag2007.dll
Program Files/Windward Studios/Auto Tag/de/AutoTag2007.resources.dll
Program Files/Windward Studios/Auto Tag/ru/AutoTag2007.resources.dll
....
Is there something extra we need to do for an Office Addin?
a) None of these files are in the GAC.
b) some DLLs we install that they call are in the GAC.
c) We are running the German version of Office on the German version
of XP.
d) CultureInfo.CurrentCulture & CultureInfo.CurrentUICulture are both
de-de.
What's wrong?
thanks - dave
david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com
Cubicle Wars - http://www.windwardreports.com/film.htm