Kimono.KLocale.RemoveCatalog C# (CSharp) Method

RemoveCatalog() public method

Removes a catalog for translation lookup. name="catalog" The catalog to remove.
public RemoveCatalog ( string catalog ) : void
catalog string
return void
        public void RemoveCatalog(string catalog)
        {
            interceptor.Invoke("removeCatalog$", "removeCatalog(const QString&)", typeof(void), typeof(string), catalog);
        }