I18N plugins....

If i want to I18n my errormessages and feedback in plugins, what is the (best) way to create the keys in the messagetable initially?

What I can think of is checking of they are allready existing in the initialize function, but this seems a bit a waist of resources every next time after the first initialization.

Are there better ways to do it?

Paul

In a plugin you should use Java i18n not the Servoy mechanism, checkout http://java.sun.com/docs/books/tutorial … tml#locale
TIP: do not set the locale but only retrieve it via Locale.getDefault()