Internationalization and Localization Create an application to explore the available locales included in the standard Java Development Kit.
The main specifications of the application are:
Compulsory (1p)
#Messages.properties file
prompt = Input command:
locales = The available locales are:
locale.set = The current locale is {0}
info = Information about {0}:
invalid = Unknown command
|
#Messages_ro.properties file
prompt = Comanda ta:
locales = Localizarile disponibile sunt:
locale.set = Localizarea curenta este {0}
info = Informatii despre localizarea {0}:
invalid = Comanda necunoascuta
|
Resources
Objectives