When I put the text
Text(Date(Year(Now());Month(Now()); 1); "mmmm yyyy");
I get a perfectly working string "november 2016" as I want.
However, when I click anywhere in my project, i.e. switch the focus of the function ribbon to anything else, my function automatically gets updated to
Text(Date(Year(Now());Month(Now()); 1); "[$-nl-BE]mmmm yyyy");
with the text (translated from Dutch): "The language code nl-BE is not supported" and my formerly working string doesn't work anymore. I get an error with a blank text.
Is there an option to toggle the automatic appendation of the language code, seeing as this is sabotaging my work
EDIT: here is the bug in action