CommandMethodAttribute and localized command names (.NET API)
Hi,
I'm trying to define localized command names using the CommandMethodAttribute overload constructor which takes 4 arguments (string groupName, string globalName, string localizedNameId, CommandFlags flags).
But it does not seems to use the localizedNameId and only recognizes the globalName.
PS : I created 2 files (Commands.resx and a Commands.fr.resx) where the localizedNameId is defined. This works as expected with AutoCAD.
0