.Net Application with multiple languages
-
Hi friends, Can anyone help me in developing application with multiple language support. we can make use of resource files but whether to use gloabal resource or local resource pls suggest me. My application is having 15 pages , and m using master pages. And i want to know how to use java script with multiple languages. Any help can be appreciated. regards,
-
Hi friends, Can anyone help me in developing application with multiple language support. we can make use of resource files but whether to use gloabal resource or local resource pls suggest me. My application is having 15 pages , and m using master pages. And i want to know how to use java script with multiple languages. Any help can be appreciated. regards,
hi, use global resource file.(extension .resx).there u have name and value.in the name give the name of ur control and in value the language by which u r calling that control.for.eg u have empname as name give some value for that like Employeename and call it in codebehind like txtempName.text=Resources..empname
T.Balaji
-
hi, use global resource file.(extension .resx).there u have name and value.in the name give the name of ur control and in value the language by which u r calling that control.for.eg u have empname as name give some value for that like Employeename and call it in codebehind like txtempName.text=Resources..empname
T.Balaji
Thanks balaji, m using global resource file as u said, but how abt java script , i hav written some java script functions how to make them dynamic depending on language. thanks inadvance.
-
Thanks balaji, m using global resource file as u said, but how abt java script , i hav written some java script functions how to make them dynamic depending on language. thanks inadvance.
-
That took me a minute to translate. I ran it through Babelfish, but there's no option for "Txt spking idiot to English" in there (and I'm not calling you an idiot here :-D ).
Deja View - the feeling that you've seen this post before.
modified on Thursday, September 18, 2008 7:14 AM
-
That took me a minute to translate. I ran it through Babelfish, but there's no option for "Txt spking idiot to English" in there (and I'm not calling you an idiot here :-D ).
Deja View - the feeling that you've seen this post before.
modified on Thursday, September 18, 2008 7:14 AM