Procedure to update locales table in database, calls insertlocalses repeatedly until all languages have been coveredTo add a new language, you nee only to add a line:insertLocal(language_iso_code, country_iso_code, description, direction)
sql code (for language pack) for a procedure to insert locales into the lams_supported_local if they dont already exist.This procedure is called by updateLocales.sql