Which two statements are true about localizing an application?
A.
Support for new regional languages does not require recompilation of the code.
B.
Textual elements (messages and GUI labels) are hard-coded in the code.
C.
Language and region-specific programs are created using localized data.
D.
Resource bundle files include data and currency information.
E.
Language codes use lowercase letters and region codes use uppercase letters.
Explanation:
http://docs.oracle.com/javase/7/docs/technotes/guides/intl/
A,E
A, E