Multiple use of properties file

Is there a way to use a properties file for multiple languages?

ie.

en_EN points to the en_EN properties file

I want en_US to also point to that, is this possible? (it now points to default language if not present)

And anyone got a good tutorial / overview of the possibilities of properties file? have not been able to find a good example that shows all possibilities

Thanks

[413 byte] By [radicjesa] at [2007-11-27 11:10:07]
# 1

Provide an en version which contains all the English stuff, then put all the en_US and en_EN variants into those files respectively.

ejpa at 2007-7-29 13:39:40 > top of Java-index,Java Essentials,Java Programming...
# 2

Thank you, i see that works.

radicjesa at 2007-7-29 13:39:40 > top of Java-index,Java Essentials,Java Programming...