So, I can manage translating strings that I've created, however, I'm having trouble with strings incorporated into swing elements like e.g. JFileChooser or a message that pops up when file rename fails in JFileChooser.
I also use several L&F (user can switch them). I have been hearing two different things: that key for the strings I want to change are L&F specific and that they aren't...
So, in case they are, could somebody tell me where are they located in Nimbus L&F (I have it's source files) so I can change them to "universal key" (which I will do for all L&Fs) so I don't have to write different code for each and every look and feel.
It would also be nice I somebody would explain to me how can I then turn all that .java files in to my own L&F (e.g. Nimbus Custom) which would be importable into my program.
In case they are, in fact, L&F independent, would somebody provide me with some info on where can I access them and how to change them. Link to full list of the string that are actually painted onto components would be great too.