Language Changing Automatically to Australian English in Dynamics NAV

I hope someone has an idea about this. The problem is that the language is automatically changing from 1033 (en-US) to 3081 (en-AU) in my customer’s User Personalization table. It isn’t a huge problem, but it is a nuisance as some terminology in the Australian database is a bit different than the user would prefer.

Does anybody have ideas why the language ID could automatically revert to en-AU for Dynamics NAV 2015? The user is using the ACCOUNTING MANAGER profile (in case this is relevant).

Hi T,

we had a similar issue, and this caused a lot of problem with (non translated) captions.

We simply coded:

GLOBALLANGUAGE := 1033;

in Codeunit 1, Function LoginStart, and all problems solved.

Ernst

Hi Ernst,

Thank you for your solution. I have just implemented this revised code.

-Ted

Hi Ted,

can you mark my post as a solution? :slight_smile:

Thanks

Ernst