Re: [JPP-Devel] Question about instructions for plug-in I18N...

2007-11-06 Thread Paul Austin
You are correct it is the getText method, can you fix that on the wiki. Cheers, Paul Sunburned Surveyor wrote: > I think there may be a slight mistake in the isntructions to > internationalize plug-ins using Paul's recent changes. Step 2 in > Paul's previous e-mail said to use the I18N.get(String

[JPP-Devel] Question about instructions for plug-in I18N...

2007-11-06 Thread Sunburned Surveyor
I think there may be a slight mistake in the isntructions to internationalize plug-ins using Paul's recent changes. Step 2 in Paul's previous e-mail said to use the I18N.get(String category, String key) method to obtain the internationalized String. This generated a compile error in my code. After