-
Notifications
You must be signed in to change notification settings - Fork 1
faq configuration
weppos edited this page Mar 19, 2011
·
1 revision
Starting from the release 2.1.5, ASP Stats Generator translation is default to English. Read the following instructions if you want to switch to an other language.
-
Place the language file in the
/myasg/languagesfolder. The default ASG package is shipped with a few translations including English and Italian. You can always create your own copying the file/myasg/languages/english.aspand translating all available strings. Please consider [http://forums.weppos.com/forumdisplay.php?f=19 to share it] once completed. -
Open the file
/myasg/config.aspand search for the line%><!--#include file="languages/english.asp" --><% -
Replace the inclusion with your own translation file.
%><!--#include file="languages/italiano.asp" --><% -
Save the changes.