more fiddling with graphics to try and satisfy both fire and snow
local lang = loadfile(GetDataPath() .. "Locale/" .. tostring(L) .. ".lua")if lang ~= nil then lang()endfunction loc(text) if lang ~= nil and locale ~= nil and locale[text] ~= nil then return locale[text] else return text endend