|
<APP NAME >.<CULTURE>.resx
|
Your application’s string
resource file. The resource file(s)
contain the localized versions of the various error and information messages.
Example: Acme.en-US.resx
Acme.es-PA.resx
|
|
<App Name>.dll
|
This DLL contains your application’s compiled
code. It is the .NET assembly
generated by compiling all of the source code files in your application.
<App Name>.DLL does not contain the application’s
ASPX page files, ASCX user control files, CONFIG files, etc. Those files must reside on the file system,
because the Microsoft IIS web server compiles them at run time.
|
|
BaseClasses.<LOCALE>.resx
|
These system messages are
used by the application at run-time for logging error messages and events
into the Windows Event Viewer and for other system-level uses. These strings are retrieved from
BaseClasses.resx by the application at run-time.
Examples:
BaseClasses.es-PA.resx
BaseClasses.en-US.resx
|