Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
It is a static class property, so you don't have to create an instance of the class. Just set the DebugMode property on the localization class. I created a super quick sample and set the property in the constructor of Form1. In your app you will want to set it in the program.cs or the AppMain.vb depending on which language you are using, but I wanted you to be able to see it without a bunch of other code around.
|