Anyone come across this language issue?
# help-with-umbraco
h
I'm getting the same error as mentioned here in a site we are currently upgrading https://our.umbraco.com/forum/using-umbraco-and-getting-started/112315-getallcultures-failes-with-culture-is-not-supported Anyone come across this before?
m
Assuming windows, it uses system langauges so if the machine is missing one it will throw
Might be the same on liunux but I dont know 😄
h
why would it through an error if missing a language, I thought it just grabbed a list of what is supported? So does it compare something as well?
m
If the site has run on server X and X has ZZ-yy that will be in the database
if it got added as a language for the CMS to use
I had this issue when been on a newer version of windows adding a language and the uSync import failed as the older server was missing it
h
none of the languages currently used are unavailable, does it store ALL the languages in the database?
m
No i dont believe so, only when you add it
umbracoLanguage table if you want to double check 🙂
If soemone has added it but not used it for content it will still be in there
h
Checked all that, the languages in umbracolanguage table all exist on the server, just can't add any new ones to Umbraco
m
able to run powershell on the machine? Get-InstalledLanguage
lists all the installed languages cultures maybe there is something in there (pulling at threads now 😄 )
h
yes, that is how I know all those in use are available
m
no odd ones listed in powershell I take it
h
no, just not as many as on my local machine, could it be a caching thing?
m
at this point 😄
time to start blaming cache right
h
I'm a bit stumped otherwise 🤣
m
same but I have the freedom to leave you to it 😉
^ did the weekend fix this? 😄
h
Unfortunately not, thinking it is possibly the OS version on their server (2012R2!)
s
71 days until that version is EOL 😅
6 Views