Lines Matching refs:GettextResourceManager
9187 @code{GettextResourceManager.GetString},
9188 @code{GettextResourceManager.GetPluralString}
9191 @code{new GettextResourceManager(domain)}
9291 The @code{GettextResourceManager} that loads the message catalogs in
9302 The @code{GettextResourceManager} that loads the message catalogs in
9310 standard @code{ResourceManager} API and the GNU @code{GettextResourceManager}
9312 @code{GettextResourceManager} is a subclass of @code{ResourceManager}.
9331 The @code{GNU.Gettext.GettextResourceManager} API.
9340 new GettextResourceManager(domainname)
9355 @code{GNU.Gettext.GettextResourceManager} constructor, but otherwise use
9373 public static GettextResourceManager MyResourceManager =
9374 new GettextResourceManager("domain-name");
9380 private static GettextResourceManager Res = Util.MyResourceManager;
9397 public static GettextResourceManager MyResourceManager =
9398 new GettextResourceManager("domain-name");