<% Sub GetHelp
	GenerateDisplayHeader "How to add a language"
	GenerateDisplayBodyHeader%> 
	<p>To add a new language, you need to enter the name of the primary language file in the <strong>File Name</strong> box - eg. shop$language_english.asp. <%=getlang("langcommonsoftwarename")%> will automatically pick up the additional language file, if provided (eg. shop$langugage_english2.asp).</p>
	<p>Then, enter your name for the language in the <strong>Language</strong> field. This can be anything you like.</p>
	<p>If you want to combine the entries in the language file with any already in the database, set <strong>Merge With Database</strong> to Yes.</p>
	<p>If you have made a lot of customizations to the languages and only want to add new entries from the language file to your database, set <strong>Update Existing</strong> to No.</p>
	<p>Click Continue.</p>
	<%GenerateDisplayBodyFooter
End Sub %>
