Skip to content

Localization Resource

Pavle edited this page Aug 3, 2022 · 2 revisions
struct Entry
{
    std::string locale;
    int index;
};

struct LocalizationResource
{
    char localizationCategory; //0 when references are WAVB resources and 1 when references are TELI resources
    std::vector<Entry> entries;
};
Clone this wiki locally