I did some (minor) modifications, like localizing the entries and adding a credits entry. I just tried with your exact copy of TitleRearranger and keep getting the same error.
Requesting the lang_index gives me "de_DE", which is correct and would be the next language to chose.
EDIT: I just put both of your scripts including the Localization folder into another project and keep getting the same error. What might I be doing wrong? Did you do any changes to your Localization-script since 1.1?
Thank you so much for your patience!
EDIT 2: Okay, got it. Checked your Localizationscript and have seen, that the method is called "Localization.culture" instead of "Localization.language" in the version I've got installed. Should have found that earlier. Working like a charm now, thank you!
Requesting the lang_index gives me "de_DE", which is correct and would be the next language to chose.
Quote from: Zexion on January 05, 2015, 08:05:25 am
Did you modify the script in anyway? Because I'm testing it out on a blank project and it works fine with the same files and everything o.o
You could try adding :
msgbox @languages[@lang_index]
above the error line and tell me what it says.
EDIT: I just put both of your scripts including the Localization folder into another project and keep getting the same error. What might I be doing wrong? Did you do any changes to your Localization-script since 1.1?
Thank you so much for your patience!
EDIT 2: Okay, got it. Checked your Localizationscript and have seen, that the method is called "Localization.culture" instead of "Localization.language" in the version I've got installed. Should have found that earlier. Working like a charm now, thank you!
