Matthew Toseland skrev:
> On Thursday 11 June 2009 21:03:35 Luke771 wrote:
>> Attached.
>> Please commit.
>>
> Zero3 will have to apply this unless he explains what the numbers are:
>
> AddLanguage("Deutsch","LoadLanguage_de","0407+0807+0c07+1007+1407")
> ; Make default for all variations of German
>
> AddLanguage("Fran?ais","LoadLanguage_fr","040c+080c+0c0c+100c+140c+180c")
> ; Make default for all variations of French
See the comment just above those lines ;):
"; AddLanguage() arguments: <localized language name> <language load
function name from language file> <windows language code (see
http://www.autohotkey.com/docs/misc/Languages.htm)>
"
Basically one or more Windows language IDs (see the URL) that tells the
installer which languages of Windows that should be "linked" to the
language (only used for preselecting the correct language for the user).
- Zero3