Can I make multiple language versions of plug-ins through string tables

Can I make multiple language versions of plug-ins through string tables

Anonymous
Not applicable
965 Views
3 Replies
Message 1 of 4

Can I make multiple language versions of plug-ins through string tables

Anonymous
Not applicable

As the title,i'm now developing a plug-in with C++,can I make multiple language versions of plug-ins through string tables?I have learned from developer help that dll can do this,but if i can make mutiple language through string tables,It will make my work a lot easier.Thank you!

0 Likes
Accepted solutions (1)
966 Views
3 Replies
Replies (3)
Message 2 of 4

denisT.MaxDoctor
Advisor
Advisor
Accepted solution

@Anonymous wrote:

if i can make mutiple language through string tables,It will make my work a lot easier...


Not! If you only make the English version, it will make your life easier. 🙂

0 Likes
Message 3 of 4

Anonymous
Not applicable

Thank you,i will be happy if i only need to make english version,but reality not allow me to be happy.So it's time to make my dll language package.😫

0 Likes
Message 4 of 4

denisT.MaxDoctor
Advisor
Advisor

In my previous answer was not only irony, but also many years of experience ...

 

The fact is that if you are developing some kind of plugin or tool, first of all you should think about the timeliness of its development. Most of the custom tools are valuable exact now, not tomorrow or when they are finally brought to perfection.

Make THE THING first, and then "tie the bright ribbons to it, glue the charming little beads and wrap it beautifully" ...

 

 

If your clients speak a language other than English, then come up with English titles for user interface controls so that they are understandable to everyone. But tooltips, for example, you can do in the language of your client, and, of course, do the documentation in that language.

 

 

0 Likes