I've got a webpart which reads several values from a list, while developing local I've got a column "Due Date", but when I upload my webpart to SharePoint online (Office 365) we have a German version and the column is called "Fälligkeitsdatum" so my code doesn't work (without changing the columnname in the source everytime).
How can I read the column independent from language? Is this possible with guid?