Skip to content

MultiLanguage Resource

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

struct MultiLanguageResource
{
    char localizationCategory;
    std::vector<Entry> entries;
};
Clone this wiki locally