Here are some samples for internationalization. iso8859-13.gfd: This file represents ISO8859-13 encoding (Lithuanian language). To see the form correctly, You will need to set formFontEncoding parameter in gnue.conf to 'iso8859-13' value and to use wx user interface driver (used by default): # Font encoding to be used in forms formFontEncoding = iso8859-13 Form is not bound to any databse so record addition/deletion/request will not work. utf8.gfd: The same form, but with labels written in chinese and using utf8 as encoding. This form didn't work at the moment due to missing utf-8 charset in our wxpython UIdriver