Click here to Skip to main content
15,887,302 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I am trying to provide Chinese/Japanese characters to the combobox but the value is not set .
When using English combobox works fine and accepts the value.
Can somebody provide any solution for the problem ?
Here is the way I'm setting it :
IComboBox combobox;
combobox.Text = workFlowToBeUpdated;
Posted
Updated 22-Jun-15 18:31pm
v2
Comments
OriginalGriff 22-Jun-15 7:15am    
How are you setting the values?
Show your relevant code fragments!

Use the "Improve question" widget to edit your question and provide better information.
Sreekanth Mothukuru 22-Jun-15 7:38am    
does it throw any error message or simply display blank ?
Member 11783079 23-Jun-15 0:32am    
No it doesn't throw any error just that it doesn't accept any value.
[no name] 22-Jun-15 8:12am    
What was the error message? your getting.
Michael_Davies 22-Jun-15 8:50am    
Do you change the font for the non-English?

Do you set Right to Left for the non-English?

Alternative is to draw the text yourself.

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900