S
Stoyan
I have to create international web site, which define content and
functionality per country and have to be localized in different languages.
/ASP.NET/
Something like:
http://www.harley-davidson.com
http://www.volvocars.com/
http://www.dell.com
For example it must be possible to select country and after that to choose
on which languages to be presented the information.
I'm thinking to use the satellites assemblies for localization.
I'd like to ask for some web site architectural ideas, suggestion, tips or
comments.
How to organize the directory structure? (Do I have to put .aspx files in a
different subdirectories or it is better to have one page that maintain all
country/language scenarios.)
How to reduce the redundancy of functional code?
Is there some resources (articles, guide.) that can you suggest me about
creating a big enterprise web sites?
Will appreciate all kinds of feedbacks.
Thanks
functionality per country and have to be localized in different languages.
/ASP.NET/
Something like:
http://www.harley-davidson.com
http://www.volvocars.com/
http://www.dell.com
For example it must be possible to select country and after that to choose
on which languages to be presented the information.
I'm thinking to use the satellites assemblies for localization.
I'd like to ask for some web site architectural ideas, suggestion, tips or
comments.
How to organize the directory structure? (Do I have to put .aspx files in a
different subdirectories or it is better to have one page that maintain all
country/language scenarios.)
How to reduce the redundancy of functional code?
Is there some resources (articles, guide.) that can you suggest me about
creating a big enterprise web sites?
Will appreciate all kinds of feedbacks.
Thanks