Hi
Friends,
Have any idea how to make Multilingual form for our Application??
Here is simple Example that can help and capable to make you multilingual Application
Have any idea how to make Multilingual form for our Application??
Here is simple Example that can help and capable to make you multilingual Application
Let’s Start :
- Make “App_GlobalResources” Application folder in your Application
- Then Add
Resource File in this folder,Note that Resource file Name must follow
naming convention,
e.g Hindi Resource file name must like “ FileName.hi-IN.resx ”
English Resource file name must like “FileName.resx ” (Because it’s default) - Add Word and its
meaning in particular language resource file,
use google translate for translation your word,
e.g. For Hindi Language
e.g For English language
- Now Apply .Net
Control's value from Resource file like,
- Now change the application culture at runtime in code behind like ,
- Now run your Application and Change dropdown value to see effect.
If you like or any query Please Leave comment on
post.
Enjoy.....
Enjoy.....
No comments:
Post a Comment