This system is simple, with list objects I create options based on global values, the list uses this "syntax" to make the option:
OptionMode.OptionTitleTextID.OptionsTextID.GlobalValueIndex.Purpose
So this is how looks like a option syntax real:
0.options_languagesTitle.options_languageOption.9.languages
I used a spreadsheet to store texts with their localisations.

So this system helps me to create options quickly and easily, I can create new options without writing any code, just by adding their syntax to the list object (and adding the necessary texts in my spreadsheet).
6 comments