Posted March 28, 2025 by Oblerion Studio
It can be add to lua application for edit text. But it work only on console.
require("consoledit")
local ce = Consoledit()
ce:SetLang("fr") -- default english, fr for french and en for english
while ce:Update() do
-- break loop with quit command
end