Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
add answer to question 2
Browse files Browse the repository at this point in the history
  • Loading branch information
xenoterracide committed Oct 26, 2008
1 parent 1a30c6f commit 48bba71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sys_arch/assign2/rp2
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Java uses Resource Bundles to facilitate international localization. Resource
bundles have a variety of methods in which language text can be specified. They
also include inheritance which means the en_US and en_GB inherit all the things
in en. a more detailed summary with examples can be found at
http://java.sun.com/developer/technicalArticles/Intl/ResourceBundles/ .

0 comments on commit 48bba71

Please sign in to comment.