I did some more research after my original reply. There is no supported way to
change the language of a site after it has been created. The LCID is stored in
a ReadOnly property of the SPWeb object that represents the site. If you have a
language pack installed you could go to the WEB table of the content database
and change the Language field to the numeric LCID value of the other language
pack that you installed. There are 2 problems with this approach:
1) Since you are modifying the database directly it VOIDS your service warranty
with Microsoft. You will no longer be able to contact Microsoft for support.
2) Changing the LCID of the site WILL change the dynamic menus to the alternate
language. It will not change the static values that were set by the language
choice at creation. For example, all the labels of web parts, list names, list
descriptions and list/library URLs will be in the original language and would
need to be edited manually.