ICU-2080 getLocale by type C++ wrapper

X-SVN-Rev: 13634
This commit is contained in:
Vladimir Weinstein 2003-11-07 09:01:24 +00:00
parent 3508ca8ec6
commit 062c626e85

View file

@ -397,5 +397,10 @@ const Locale &ResourceBundle::getLocale(void) const
return *locName;
}
const Locale ResourceBundle::getLocale(ULocDataLocaleType type, UErrorCode &status) const
{
return ures_getLocaleByType(resource, type, &status);
}
//eof
U_NAMESPACE_END