i18n for Custom Values list

Hi All

Is there any solution of using i18n in a Custom Values list in Servoy 4.1?

Standard is like:
TextX|1
TextY|2

I would like something like
i18n.getI18NMessage(‘i18n:hades.sco.vl.certificateSuperSubjects’)|1
i18n.getI18NMessage(‘i18n:hades.sco.vl.examSuperSubjects’)|2

Ok the above does not work, but may be there is a way of doing it or if not did anybody do already a request for it?

Thanks and regards, Robert

Robert Huber:
may be there is a way of doing it

There is, you have to fill the values like this:

i18n:hades.sco.vl.certificateSuperSubjects|1
i18n:hades.sco.vl.examSuperSubjects|2

Thanks, Joas! Works as advertised :D