It displays the Data in a typical Reference Table. 
			(check out the Reference Data Model).
			
  Data is taken from the 'Ref_Languages' Table which has three fields :-
			 language_code CHAR(10)
			 display_seq   INTEGER
			 language_description VARCHAR(255)
			
  This Table definition is very general and applies to all Reference Data.
           	  |