Administrator Help - RC v3.3 | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Chapter - 4.0 Translation/Text Modification All Static text within Classified Board pages can be translated by modifying 6 pages within "language" folder.
"language" folder content:
Tips for random text modification: If you do not intend to translate your board but wish to modify some of the static text, messages or other information on the pages, you might feel confused as to where to look for the text to modify. 90% of the static text is concentrated in language.asp. There are however some specific pages for which a separate lingual file was created (see the table above). To look for a specific text, first open language.asp in an editor (notepad.exe is fine). Hit Ctrl+f, copy the text to modify from a browser window into the search box and do the search. Most of the text in language.asp and other lingual pages is assigned to Constants. For instance: Const strText_Favorites = "Favorites". The strText_Favorites is used to render word "Favorites". In a header.asp for instance this word is rendered as <%= strText_Favorites %>. So to change this word, modify the part between double quotes: Const strText_Favorites = "My Favorites". Once found a desired text, modify it and save language.asp page. Refresh the page and watch for changes to take an effect. If you received an error after modifications, that means you broke the proper constant assignment syntax. Make sure your new text is enclosed in double quotes and you did not include ANY double quotes within the word/text itself. If you did not find a desired text in language.asp try to search for the text in other lingual pages (see the table above). |
||||||||||||||||||
©2003-2010 Rapid Classified v3.3 GA Soft |