I would like to provide my own resource string localization for languages not included in the ACT. I have put in a pull request that allows developers to insert their own translations. Can someone please provide feedback?
Comments: I put that code in Application_Start in Global.asax.cs. The Localization class is kind of funny, although it needs to be constructed, it stores these settings in a static field. So, once it's configured, the configuration holds for the duration of the app.
Comments: I put that code in Application_Start in Global.asax.cs. The Localization class is kind of funny, although it needs to be constructed, it stores these settings in a static field. So, once it's configured, the configuration holds for the duration of the app.