To use the Web Portal with a custom language, you must translate the local resource files that the Web portal uses to the target language.
Each file is named in the pattern filename.aspx.resx
. You copy each file and rename it in the pattern filename.aspx.language code.resx
The language code is the ISO 639-1 standard two-letter abbreviation for the language, such as es for Spanish or fr for French.
You then use Visual Studio 2005 to open and translate each of the files.
lists the files you must copy and translate. The table groups the files by directory.
Table: Web Portal local resource files
To translate the local resource files
On the computer that hosts the Web Portal server, use Windows Explorer or a similar tool to locate the directories in .
Using Windows Explorer or a similar tool, make a copy of each file in . Rename each copy filename.aspx.xx.resx
.
Open each copied file in Visual Studio 2005, and translate the items in the Values column to the target language.
Save the translated files in the same directories as the original files on the Web Portal server.