Scott Smith
2006-04-25 19:59:49 UTC
Hi,
We're trying to localize an IE plug-in that relies on the exact text of
certain IE menu items and buttons (the IDs used for menu items and toolbar
buttons aren't constants in IE for some reason, so we had to fall back on
string matching to locate these).
Identifying the proper strings is easy to do in English; just look at the
menu item and copy the exact string into a string constant in our code.
We need to get these menu and button strings for each language that we plan
to support, however. We could just install each different language version,
and look at the menu items and buttons, but... for languages such as
Chinese, Korean, Japanese, etc., it's very difficult to find the exact
Unicode characters based upon what you see on the screen.
It would be best if we could just extract the Unicode strings by loading the
executable or DLL into Visual Studio as resources. Unfortunately, so far
we've been unable to locate the DLL or executable where these resources are
stored.
Does anyone know where these menu/string resources are, or how I can track
them down?
Any help much appreciated!
-Scott
We're trying to localize an IE plug-in that relies on the exact text of
certain IE menu items and buttons (the IDs used for menu items and toolbar
buttons aren't constants in IE for some reason, so we had to fall back on
string matching to locate these).
Identifying the proper strings is easy to do in English; just look at the
menu item and copy the exact string into a string constant in our code.
We need to get these menu and button strings for each language that we plan
to support, however. We could just install each different language version,
and look at the menu items and buttons, but... for languages such as
Chinese, Korean, Japanese, etc., it's very difficult to find the exact
Unicode characters based upon what you see on the screen.
It would be best if we could just extract the Unicode strings by loading the
executable or DLL into Visual Studio as resources. Unfortunately, so far
we've been unable to locate the DLL or executable where these resources are
stored.
Does anyone know where these menu/string resources are, or how I can track
them down?
Any help much appreciated!
-Scott