Skip to main content
Known Participant
August 26, 2009
Question

Need Multi Language Support

  • August 26, 2009
  • 1 reply
  • 4576 views

What do I need to do, if I want multiple language support in my plugins? Please let me know the procedure to follow.

Thanks

This topic has been closed for replies.

1 reply

Inspiring
August 26, 2009

Miles 33 wrote:

What do I need to do, if I want multiple language support in my plugins? Please let me know the procedure to follow.

Could you be more specific?  Do you want to handle (accepting input and proper output) for different languages from your plugin?  Or do you want to show different language GUI from your plugins?

Miles 33Author
Known Participant
August 26, 2009

I just need different language GUI from my plugins.

Thanks

Miles 33Author
Known Participant
August 28, 2009

Miles 33 wrote:

Thanks Peter,

I'm planning to create XML files and store the strings (of different langauges) in those XML files. so that I can update the UI in whatver language I like. This is my plan. Do you have any other better plans or thoughts?

Other than to encapsulate that layer in a class or as a set of functions to ease the programming, I can't think of anything else...  although I still question the value this "feature"... to me, you are putting an OS feature into your plugin.

pete


But simply talking, I want different set of strings in the UI according to the language I specify in the XML configuration file. Anyway, I'm not going to get the input from the UI. Just need to disaply the strings in the UI.