Convert Country Code to Country Name
918966Feb 24 2012 — edited Feb 28 2012Within my model layer I store country code in my database. I am pulling the country code to display to my ADF table. My preference would be to convert the country code using the "Locale" class to the country name. Would I want to do this at the entity object layer or in the JSF page itself. Any guidance on best practice would be most helpful as well as how this might be best implemented.