Пример #1
0
 /// <summary>
 /// Return the supported IDs.  This is the set of all locale names for the bundleName.
 /// </summary>
 protected override ICollection <string> GetSupportedIDs()
 {
     return(ICUResourceBundle.GetFullLocaleNameSet(bundleName, Assembly));
 }