Editing the resource (.resx) files
For each component, there exists a set of files that support the various languages. The country or region code distinguishes the filenames.
With the exception of the language-neutral set of files (cormsgs.resx, cocmsgs.resx, and coimsgs.resx) that serve as the default files, each file follows the following naming convention:
componentcodemsgs.languagecode.resx
You can change strings, not icon or graphic resources.
When changing text strings, consider the string length. The width of fields were created using the existing strings. Significantly increasing string length may result in some strings getting truncated in some of the dialog boxes.
The resource file contains metadata and comments that can help you determine when and where strings are used in the software.
Important: To edit XML resource files, use an XML editor. It is important to preserve the Unicode encoding and format, including white space. Simple text editors will likely corrupt the files. A validating XML editor ensures that the contents of the files are well formed and valid. Modify only string information. Do not change other information in the files.