I am having problems accessing my CMS and urgently need to set the language for my website.
I would like to do this from SSMS by accessing the database directly, I can see a table [dbo].[umbracoLanguage] that has the language I need but I am not sure how to relate this to the root node of my webiste by changing a database table row?
Set Culture and Hostnames from database in SQL
Hi,
I am having problems accessing my CMS and urgently need to set the language for my website.
I would like to do this from SSMS by accessing the database directly, I can see a table [dbo].[umbracoLanguage] that has the language I need but I am not sure how to relate this to the root node of my webiste by changing a database table row?
Many thanks,
Jason White
Hi Jason,
The [dbo].[umbracoLanguage] only contains the installed languages.
If you want to change a language of a domain you can change the domainDefaultLanguage in the [dbo].[umbracoDomains] table.
is working on a reply...