U_CAPI UResourceBundle* U_EXPORT2 ures_openW (const wchar_t* path, const char* locale, UErrorCode* status)

Opens a UResourceBundle, from which users can extract strings by using their corresponding keys

Documentation

Opens a UResourceBundle, from which users can extract strings by using their corresponding keys. This version of open requires the path string to be of type const wchar_t*. Note that the caller is responsible of calling ures_close on each succesfully opened resource bundle.
Returns:
: a newly allocated resource bundle.
Parameters:
path - : string containing the full path pointing to the directory where the resources reside (should end with a directory separator. e.g. "/usr/resource/my_app/resources/" on a Unix system if NULL will use the system's current data directory
locale - : specifies the locale for which we want to open the resource if NULL will use the default locale
status - : fills in the outgoing error code.
See Also:
ures_close

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de