Change text over image.
-
In my multilingual application, there are some texts on the button in image form. How can I convert those texts in different languages? I have created resource DLLs for all static strings. Please help me with this problem. Thank You
-
In my multilingual application, there are some texts on the button in image form. How can I convert those texts in different languages? I have created resource DLLs for all static strings. Please help me with this problem. Thank You
Purish Dwivedi wrote:
Please help me with this problem.
Here is a good article[^] from Codeproject.
-
Purish Dwivedi wrote:
Please help me with this problem.
Here is a good article[^] from Codeproject.
Thanks for the reply Madhu, But there is nothing about the text incorporated in images? I don't know how to convert those images or text in those images? Can u help me to sort out this problem?
-
Thanks for the reply Madhu, But there is nothing about the text incorporated in images? I don't know how to convert those images or text in those images? Can u help me to sort out this problem?
Purish Dwivedi wrote:
I don't know how to convert those images or text in those images?
If you have the texts which can be shown as per the language changes, why do you load the bitmaps ? Is that an overhead and a performance degrader ? Sorry! :doh: I was too late to know that you where here for a bit long time with the same multilingual application[^] ... Let me clarify the problem; You have a background bitmap and you want to draw the strings[^] over it ? Why can't you try a transparent static control[^] to hold this texts ? Best of luck with the Multilingual application development.
-
Purish Dwivedi wrote:
I don't know how to convert those images or text in those images?
If you have the texts which can be shown as per the language changes, why do you load the bitmaps ? Is that an overhead and a performance degrader ? Sorry! :doh: I was too late to know that you where here for a bit long time with the same multilingual application[^] ... Let me clarify the problem; You have a background bitmap and you want to draw the strings[^] over it ? Why can't you try a transparent static control[^] to hold this texts ? Best of luck with the Multilingual application development.
the text is incorporated into image file and that file is loading on run time..
-
the text is incorporated into image file and that file is loading on run time..
Good! what about this idea[^] ? Or this one from Codeproject[^] itself!!!
-
Good! what about this idea[^] ? Or this one from Codeproject[^] itself!!!
thanks for the reply. I'm not getting any idea with these docs. I want the text or image , whatever it is, it should come from Resource DLL at the run time.
-
thanks for the reply. I'm not getting any idea with these docs. I want the text or image , whatever it is, it should come from Resource DLL at the run time.
Purish Dwivedi wrote:
I want the text or image , whatever it is, it should come from Resource DLL at the run time.
:~ That was my first[^] reply. ;) Leave it... just forget IT; Tip of the day: In future also, It should be very helpful for you, whether you try the codes shown through the links; Download the code sample to your local machine, compile it; Read the code and try to understand how they done it.
-
Purish Dwivedi wrote:
I want the text or image , whatever it is, it should come from Resource DLL at the run time.
:~ That was my first[^] reply. ;) Leave it... just forget IT; Tip of the day: In future also, It should be very helpful for you, whether you try the codes shown through the links; Download the code sample to your local machine, compile it; Read the code and try to understand how they done it.
that's alright. but there is nothing in that project about "how to get text from image and convert it into various languages"?
-
that's alright. but there is nothing in that project about "how to get text from image and convert it into various languages"?
Purish Dwivedi wrote:
"how to get text from image and convert it into various languages"?
Well, it is still a question around the IT world :sigh: You can also take part in the researches for finding a good OCR[^] technology to achieve this. May have to spend some years to read the text from image and then another couple of years to convert this text to your convenient language. If you don't have that patience; better to change your design.