Remove dk da
article thumbnail

Locally Variable

The Daily WTF

public struct Culture { //Danish public const string DA = "da-DK" ; //English public const string EN = "en-US" ; } We'll start with this struct. Why was there a separate name and what the heck was LCID? Why were two variables getting synced? The only answer would be in the code, so Henrik dug in.