struct CCL::ILanguagePack

Overview

#include <ilocalemanager.h>

struct ILanguagePack: public CCL::IUnknown
{
    // methods

    virtual StringRef CCL_API getTitle () const = 0;
    virtual StringID CCL_API getLanguage () const = 0;
    virtual tbool CCL_API getResourceLocation (IUrl& path, StringRef resourceName) const = 0;
    virtual int CCL_API getRevision () const = 0;
};

Inherited Members

public:
    // methods

    virtual tresult CCL_API queryInterface (UIDRef iid, void** ptr) = 0;
    virtual unsigned int CCL_API retain () = 0;
    virtual unsigned int CCL_API release () = 0;

Detailed Documentation

Methods

virtual StringRef CCL_API getTitle () const = 0

Get title.

virtual StringID CCL_API getLanguage () const = 0

Get language code.

virtual tbool CCL_API getResourceLocation (IUrl& path, StringRef resourceName) const = 0

Get location of named resource inside language pack.

virtual int CCL_API getRevision () const = 0

Get revision number.