|
List Info
Thread: How to make my application to support international languages
|
|
| How to make my application to support
international languages |

|
2006-03-26 09:36:50 |
|
Hi,
I have my asp.net web
application in english language .. i need to give french support for
the application like if i select the language as french the whole
application should be automatically displayed in french language.
I tried to make use of the Globalization element in web.config
<globalization requestEncoding="any valid encoding string" responseEncoding="any valid encoding string"
fileEncoding="any valid encoding string" culture="any valid culture string" uiCulture="any valid culture string"
/>
(eg)
<globalization requestEncoding="utf-8" responseEncoding="utf-8" fileEncoding=""
culture="fr-FR" uiCulture="fr-FR"/>
Even though i have set the culture and uiCulture as fr-FR ( French) Language, i'm not able to see the french language applied to my web application. What should i do to display in french language.
Please help me ..
Thanks in advance...
Rajesh,
Programmer Analyst,
Ivesia solutions pvt ltd,
Chennai.
98406-42190
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups ".NetIndia" group. To post to this group, send email to TechdotNetIndia googlegroups.com To unsubscribe from this group, send email to TechdotNetIndia-unsubscribe googlegroups.com For more options, visit this group at http://groups.google.com/group/TechdotNetIndia -~----------~----~----~----~------~----~------~--~---
|
| How to make my application to support
international languages |

|
2006-03-28 12:18:55 |
Hi..
u have to create resource file for every language..i.e a
resource file
for French.a resource file for German..etc..
Regards,
Satheesh
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups ".NetIndia" group.
To post to this group, send email to TechdotNetIndia googlegroups.com
To unsubscribe from this group, send email to
TechdotNetIndia-unsubscribe googlegroups.com
For more options, visit this group at http:/
/groups.google.com/group/TechdotNetIndia
-~----------~----~----~----~------~----~------~--~---
|
|
| How to make my application to support
international languages |

|
2006-03-28 12:48:30 |
|
and satheesh ,
if u know how the mapping is happening ..ie how the application finds the request is for french or english.. and how to load the particular resourcefile/satelite assembly..
plz let us know ..
Regds
Palanivel.P
On 3/28/06, BabuLives <gmail.com">satheeshbabu.b gmail.com> wrote:
Hi..
u have to create resource file for every language..i.e a resource file for French.a resource file for German..etc..
-- Anbudan Palanivel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups ".NetIndia" group. To post to this group, send email to TechdotNetIndia googlegroups.com To unsubscribe from this group, send email to TechdotNetIndia-unsubscribe googlegroups.com For more options, visit this group at http://groups.google.com/group/TechdotNetIndia -~----------~----~----~----~------~----~------~--~---
|
| How to make my application to support
international languages |

|
2006-03-29 06:57:01 |
Hi,
Thread.CurrentThread.CurrentCulture = new
CultureInfo("hi-IN");
Thread.CurrentThread.CurrentUICulture = new
CultureInfo("hi-IN");
Regards,
Satheesh
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups ".NetIndia" group.
To post to this group, send email to TechdotNetIndia googlegroups.com
To unsubscribe from this group, send email to
TechdotNetIndia-unsubscribe googlegroups.com
For more options, visit this group at http:/
/groups.google.com/group/TechdotNetIndia
-~----------~----~----~----~------~----~------~--~---
|
|
[1-4]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|