Hello sir,
I am new to c# windows form control library, i want to create a custom button which have to text properties just like (English and Arabic) and when a combo box on the form is switch to a language the text of all the buttons on the form should also be changed.
please help me as soon as possible.
Loading
Prabhu RajaPosted Sep 5, 2011, 6:32 AM
I attached my source code for you. download it. it will help you .
-------------------------------------------------
if this reply helps you, then click "This is Correct answer"
Posted Sep 5, 2011, 6:20 AM
What is Globalization?
The Globalization process basically includes,
Internationalization: This includes translate, store, retrieve, and present application content for any locale. This means identify all parts of our application that need to be different from respective languages.
Localization: adapting your application to other locales by translating and formatting content according to culture. This involves configuring the application for the specific languages.
Culture: This is the combination of Language and the location. For example
En-US - indication English spoken at United States.
En-GB - indication English spoken at Great Briton.
http://www.c-sharpcorner.com/UploadFile/rupadhyaya/GloblizationInDotNEt12032005004146AM/GloblizationInDotNEt.aspx