J2ME question: ChoiceGroup empty entries

From: Sveta (cvetyna_at_hotmail.com)
Date: 03/30/04


Date: 30 Mar 2004 06:41:32 -0800

Hi, all!

I have application that has form with ChoiceGroup.
I put 2 items to the ChoiceGroup ("Yes" and "NO").

String[] choiceLabels ={"YES", "NO"};
ChoiceGroup cg = new ChoiceGroup("lala",ChoiceGroup.EXCLUSIVE
,choiceLabels, null);

I test application with Nokia 3510i emulator (SDK). This emulator has
Settings options to choose language. If language is English, then
everything is ok. But if language is Hebrew or Arabic, I see just
empty entries.

Can anyone help me with this?