1.33 kiriwrite_language

kiriwrite_language processes language strings that need to have certain pieces of text inserted. This subroutine should be used only if the language string does need to have text to be inserted.

Parameters:

kiriwrite_language(string, text1, (text2, text3...));

Usage:

$string = kiriwrite_language("%s, %s, %s, %s and %s!", "one", "two", "three", "four", "five");

string
Specifies the string to insert text into.

text1, text2, text3
Specifies the text to insert into the string and the amount of parameters to pass to depends on how many '%s'es there are in the language string.