Hi:
what I want to do is :
Under the isolation mode , I create a menu command package, I add some menu commands , i want to change the menu command text by change "international setting"
I try the method “https://msdn.microsoft.com/en-us/library/ee943168(v=vs.100).aspx” but it does work.
I try the method "VS 2015 Isolated Shell: Supporting Menu Command Localizing" but i do not understand how to modify the resource.en-US.Designer file. I try “What I end up doing is to create the designer file using reource.resx file and then copying the contents to resource.en-US.Designer” ,but it does not work too.
I try the method "How to localize a managed VS Package", it does not work too, and I can not download the locpackage.
Who has done related development , can you give me some suggestion.
Thanks!