Localization issue
-
Hi, I am working on localization and I have to change the texts of "Next","Back" and "Finish" buttons which are displayed on the property pages.I need to change those texts to make them meaningfull in other language. So,Can you please suggest me how can change those button texts?
With Regards Neeraj Sinha
-
Hi, I am working on localization and I have to change the texts of "Next","Back" and "Finish" buttons which are displayed on the property pages.I need to change those texts to make them meaningfull in other language. So,Can you please suggest me how can change those button texts?
With Regards Neeraj Sinha
Do you need to multi languages on your program?
WhiteSky
-
Do you need to multi languages on your program?
WhiteSky
Yes ofcourse, I need to have multi languages in my application.
With Regards Neeraj Sinha
-
Yes ofcourse, I need to have multi languages in my application.
With Regards Neeraj Sinha
-
Hi, I am working on localization and I have to change the texts of "Next","Back" and "Finish" buttons which are displayed on the property pages.I need to change those texts to make them meaningfull in other language. So,Can you please suggest me how can change those button texts?
With Regards Neeraj Sinha
You shouldn't be changing those buttons. They are part of the wizard control, and messing with them is likely to break in future OSes (for example, the Back button in Vista has no text and the wizards have other design changes).
-
Hi, I am working on localization and I have to change the texts of "Next","Back" and "Finish" buttons which are displayed on the property pages.I need to change those texts to make them meaningfull in other language. So,Can you please suggest me how can change those button texts?
With Regards Neeraj Sinha
Place the text in string table. Load the string from string table. Set the text of the button using this text. Afterwards you can change the strings in string table and again build the project and therefore the changed text will be reflected on the buttons. Satellite DLLs can help in Localization.