System properties and any properties in java are loaded at the beginning of your java application.
therefore, java will load the properties and put them in a hash table with the key value form.
if you make a call to a language format property, it takes the system language and looks for it in the hash table.
, null.
.
user3667171