Page 1 of 1
					
				About Question enthuware.ocpjp.v21.2.4019 :
				Posted: Sat Oct 26, 2024 6:14 am
				by mario.danelli
				I think the correct response is the 4th "Salut  Bob, ton solde est de £100.00" considering that there is the properties file "msgs_fr_FR.properties" for the requested Locale
			 
			
					
				Re: About Question enthuware.ocpjp.v21.2.4019 :
				Posted: Sat Oct 26, 2024 9:08 pm
				by admin
				You are right. The code in the problem statement was supposed to be Locale.of("fr") instead of Locale.of("fr", "FR"). This has now been fixed.
thanks for the feedback!
As a token of our appreciation for your efforts in letting us know of this error, we would like to issue you are refund. Kindly send an email to support@enthuware and we will do the needful.
			 
			
					
				Re: About Question enthuware.ocpjp.v21.2.4019 :
				Posted: Sat Dec 21, 2024 6:44 pm
				by aurelios
				It is still incorrectly showing the third option as correct for me.
			 
			
					
				Re: About Question enthuware.ocpjp.v21.2.4019 :
				Posted: Sun Dec 22, 2024 4:06 am
				by admin
				The third option is correct. The code was changed from Locale.of("fr", "FR")); to Locale.of("fr"));