User1052258516 posted
This will require a change to the database schema, the Album table has a Caption field, this will need to be broken out into a new table that contains the AlbumID, some kind of language identifier and the album title. When you query the database you
will need to pass in the language identifier (whatever that is) and return the captions based on that identifier. This goes same for the admin side of things you will need to change the admin section to allow to add/edit all supported languages when
you add/edit an album.
Hope this helps.