Steps to create localized form.1. Set the Localizable property to true. 2. Set the Language property to the language/region. 3. Make any localization-related changes in the UI. 4. The changed property values will automatically be stored in resource files. 5. To load appropriate resource file, CurrentUICulture is set to the appropriate CultureInfo.
|