Hai
We are developing an
C# Multi-language application with
framework 4.0 If a
user selects any indian regional language the
selected regional language should
reflect all other forms For that we can create manually resource file for a selected regional language
Example
If
user selects hindi For
name in label We should
add a resource file for the
form consists of control text's as Nam ..etc
How can i
automate the process based on
user's selected language I am having a form with English and given the label's text as Name ..etc
How can i generate automatically if a user select hindi each and every control changed to translated word to control's text
The
above scenario applies to
speaking an mufti-language application
Regards