This blog is written to help developers starting with Oracle Applications Framework Personalization and Extension.All code has been tested and working using R 12.1.1 both in development and production environment.
Total Pageviews
Wednesday, June 1, 2011
Get Current Language
This code gets the system current language:
if (pageContext.getCurrentLanguage().equals("US"))
{
}
No comments:
Post a Comment