View Single Post
  #4 (permalink)  
Old 08-02-2007, 05:05 AM
manivannan_pdi manivannan_pdi is offline
D-Web Trainee
 
Join Date: Aug 2007
Location: Chennai
Posts: 2
manivannan_pdi is on a distinguished road
Default Re: Multi Language Website

In all the above types, we have a resource in a native language in different way right?
1.we have a duplicate copy
2.we stored the information in the DB,
3.In XML format

i hope according the cuture in
<%@ Page Language="C#" AutoEventWireup="true" UICulture="de" Culture="he-IL" %>

we are suppose to view the details... here is my doubt.. since v have resource in native language then wat is the purpose of using this culture info..? we can even set some flag varaible to get the resource.
why we are using culture.. ? is any specific reason behind that?
Reply With Quote