Submitted:
13 August 2026
Posted:
14 August 2026
You are already at the latest version
Abstract
A novel application of function hooking is presented, allowing software that runs on Windows and uses MFC, wxWidgets, or the Win32 API to have its user interfaces translated without modification of the original application or access to source code. A launcher is used to run the target executable, loading it into the launcher’s address space and allowing the launcher to hook into functions that display text in the user interface. These functions then transparently replace original text with the translated version and call the original function. The method is effective, with minimal to no measurable runtime overhead, but visual imperfections remain due to differing lengths of text and potential numerical translations.
Keywords:
function hooking
; graphical user interface translation
; human computer interaction
; interface translation
; translation
; win32
; wxwidgets
; windows
Copyright: This open access article is published under a Creative Commons CC BY 4.0 license, which permit the free download, distribution, and reuse, provided that the author and preprint are cited in any reuse.