mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-2080 getLocale by type C++ wrapper
X-SVN-Rev: 13634
This commit is contained in:
parent
3508ca8ec6
commit
062c626e85
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue