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
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
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)
Updater now unpacks all the llid language files for comlex activities into their respective foldersAll that is needed now is SQL procedures to add rows to the lams_supported_locale where the matching language doesnt existThen we're done for teh language pack
Can now get multiple rows from the database using an array utility i found on the net. All that is needed now is to make the correct llid directories and put the required language files inOh, and update the database with the new language files
Finally found a way around the sql database query problem, now i can get single values from the db for the llid, still havent thought of a way to get multiple entries