Easily Add a string resource with CoolCommands- October 17, 2006 Localizability is one of the tasks that we should be aware to writing a World-Ready Application. Basically this task implies that the application executable code has been clearly separated from the application localizable resources.So that one required feature in our code is that all literal should be in a resource file. This sound easy but for lazy programmers like me this task is very hard.In order to make my life easier I did a new coolcommand called “Add As String...http://weblogs.asp.net/gmilano/archive/2006/10/17/Easily-Add-a-string-resource-with-CoolCo... |