Developers can customize the Resource DLL in order to internationalize the printer driver’s user interface, and to add support for foreign languages. All of the string on the user interface can be edited; also all of the strings used and displayed by the printer driver are stored in the string table in the Resource DLL. For example if a developer would like to ship the printer driver to the German market, then they can translate the strings from the string table, change the labels on the dialog box to German text, and can resize and move the controls on the user interface in order to fit the German text. In order to change the name of the papers, developers can edit the printer driver’s INI file.