quote:
Originally posted by Ezra
You can check the current MsgPlus language in the registry
HKEY_CURRENT_USER\Software\Patchou\Messenger Plus! Live\LanguageFile
EDIT: Attached Example Language File. This reads information from the specified file and returns it.
Usage:
read(<language file path>,"Messages","Alert");
would return "Warning! This script is available in lots of languages!" in Mattike's Case.
Use this in:
PlusWnd.SetControlText("<control name>",read(<language file path>,"Messages","Alert"))