Example: Localization The progstrings program demonstrates localized strings in a form and program module. form.per - the form specification fileThe form specification file uses the LABEL form item type to display the text associated with the form fields containing data from the customer database table. LABEL item types contain read-only values. The TEXT of the LABEL form items contain Localized Strings. The COMMENT attribute of an EDIT item is also a Localized String.prog.4gl - the program moduleThe program module opens the form containing Localized Strings. The program module also contains Localized Strings for messages to be displayed.Compiling the programCompile the program and string file using Genero Studio or command line tools.