function LocaleLoad(ISO639) local ISO639 = ISO639 or "ENG" dofile("data/locale/"..ISO639..".lua") dofile("data/dialog_sequences.lua") end