Friday 14 October 2011

Get Current Language

This code gets the system current language:

if (pageContext.getCurrentLanguage().equals("US"))
{
}

No comments:

Post a Comment