Sims 3:0x220557DA
From SimsWiki
Sims 3:Main Page -> Sims 3:PackedFileTypes
Overview
A table of strings used by the catalog resources.
STBL Instance IDs
STBLs have an instance ID that begins with a 2 byte language identifier (for example 0x00 = English). A full list of Language codes can be found here: STBL Languages
Format
DWORD // 'STBL' BYTE // version (2) BYTE[2] // null DWORD count BYTE[6] // null --repetition count: QWORD id // fnv64 hash of whatever text you want to localize to this DWORD len unicodeLE[len]