* Has <b> OK </b> status if structure, returned by the method includes
* correct values of fields 'Language' and 'Country' for all given locales.
*/
public void _getLanguageCountryInfo() {
boolean res = true;
LanguageCountryInfo lci = null;
for (int i=0;i<7;i++) {
lci = oObj.getLanguageCountryInfo(getLocale(i));
/* For debug purposes
log.println("Using: language="+languages[i]+" ; country="+countries[i]);