Book a Demo

Author Topic: Internationalize addin menu  (Read 3565 times)

rmartinezb

  • EA User
  • **
  • Posts: 44
  • Karma: +1/-0
    • View Profile
Internationalize addin menu
« on: December 02, 2016, 10:45:12 pm »
Hi, I'm developing a C# addin and I have to internationalize it. I'm using resource (.resx) files on visual studio to translate most of the things. this seems to work well, I can change all the UI and al the strings on my program, but seems that addin menu items only accept const values so I cant change them.

There any way to change the menu depending of the user system language?