/// <summary> /// Initialize the root resource bundle. The path may be null to use the standard /// FieldWorks ICU data directory. The locale may be null to use the default locale. /// </summary> /// <param name='path'> </param> /// <param name='locale'> </param> public IcuResourceBundle(string path, string locale) { m_bundle = Icu.OpenResourceBundle(path, locale); }