Connecting Tech Pros Worldwide Forums | Help | Site Map

How to migrate to ASP.NET and take advantage on localization?

Julia
Guest
 
Posts: n/a
#1: Nov 19 '05

Hi,

We want to migrate out asp application to asp.net and take advantage on
localization.

I want to ask how it is advice to structure the site directory

I am going to use resource only assemblies

The site is an intranet site so I don't see problems to cache some resource
manager objects in the application object

I would like to have a default language in case no proper language detected
in my resource file



Thanks in advance







Karl Seguin
Guest
 
Posts: n/a
#2: Nov 19 '05

re: How to migrate to ASP.NET and take advantage on localization?


Julia,
If you want something with a bit more bang, take a look at my two part
article on this topic:
http://openmymind.net/localization/index.html
and
http://openmymind.net/localization/index2.html

it comes with a couple sample programs too to help you better understand
localization for asp.net

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/


"Julia" <codewizard@012.net.il> wrote in message
news:%23oTa2ANGFHA.2568@TK2MSFTNGP10.phx.gbl...[color=blue]
>
> Hi,
>
> We want to migrate out asp application to asp.net and take advantage on
> localization.
>
> I want to ask how it is advice to structure the site directory
>
> I am going to use resource only assemblies
>
> The site is an intranet site so I don't see problems to cache some[/color]
resource[color=blue]
> manager objects in the application object
>
> I would like to have a default language in case no proper language[/color]
detected[color=blue]
> in my resource file
>
>
>
> Thanks in advance
>
>
>
>
>
>[/color]


Julia
Guest
 
Posts: n/a
#3: Nov 19 '05

re: How to migrate to ASP.NET and take advantage on localization?


Great! thanks.

"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:eCW9S$NGFHA.1396@tk2msftngp13.phx.gbl...[color=blue]
> Julia,
> If you want something with a bit more bang, take a look at my two part
> article on this topic:
> http://openmymind.net/localization/index.html
> and
> http://openmymind.net/localization/index2.html
>
> it comes with a couple sample programs too to help you better understand
> localization for asp.net
>
> Karl
>
> --
> MY ASP.Net tutorials
> http://www.openmymind.net/
>
>
> "Julia" <codewizard@012.net.il> wrote in message
> news:%23oTa2ANGFHA.2568@TK2MSFTNGP10.phx.gbl...[color=green]
> >
> > Hi,
> >
> > We want to migrate out asp application to asp.net and take advantage on
> > localization.
> >
> > I want to ask how it is advice to structure the site directory
> >
> > I am going to use resource only assemblies
> >
> > The site is an intranet site so I don't see problems to cache some[/color]
> resource[color=green]
> > manager objects in the application object
> >
> > I would like to have a default language in case no proper language[/color]
> detected[color=green]
> > in my resource file
> >
> >
> >
> > Thanks in advance
> >
> >
> >
> >
> >
> >[/color]
>
>[/color]


Closed Thread