This commit is contained in:
cata%netscape.com 2000-05-08 21:54:58 +00:00
Родитель c0015683cf
Коммит 815b961c58
1 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -52,12 +52,14 @@ interface nsIStringBundle : nsISupports
Implements nsISimpleEnumerator, replaces nsIEnumerator
*/
nsISimpleEnumerator getSimpleEnumeration();
};
[scriptable, uuid(D85A17C0-AA7C-11d2-9B8C-00805F8A16D9)]
interface nsIStringBundleService : nsISupports
{
nsIStringBundle CreateBundle([const] in string aURLSpec, in nsILocale aLocale);
nsIStringBundle CreateExtensibleBundle([const] in string aRegistryKey, in nsILocale aLocale);
nsIStringBundle CreateBundle([const] in string aURLSpec,
in nsILocale aLocale);
nsIStringBundle CreateExtensibleBundle([const] in string aRegistryKey,
in nsILocale aLocale);
};