I want to translate my forum to portuguese so i went to the portuguese workgroup in the internationalization forum and got the lang1046.asp thats portuguease.
Ok, you have the forum (V4Beta) downloaded and you have the lang pack you want to use with that forum. Now, while setting up the forum (doing the needed changes in config.asp for your database) you also can add the lang pack. At the end of config.asp is a section (begins with "'### start of multi language support initialization code") for the internationalisation. You can chosse there to use multible lang packs or only one with this line:
Const blnLangSupport = False
Depending on the way you want to use, you can add your lang pack in the part for single language support or multiple simultaneours language support with the following line:
<!--INCLUDE FILE="LangXXXX.asp" -->
The XXXX should be replaced with the LCID that marks your lang pack.