PDA

View Full Version : Localization.



ash9696
08-14-2006, 06:46 PM
Hi All,
I have a couple of questions about push style localization, Iam using asp.net 2.0

Is it possible to have a different resource file for each user control or do i have to specify it on each page a control is used..

Is it possible to use push style localization in iterative controls like repeaters,datagrid, formviews etc ?

any help/comment would be appreciated.

thanks

Erich Eichinger
08-17-2006, 10:44 PM
Hi,

can you please clarify what you mean with "push style localization"?

tx,
Erich

ash9696
08-22-2006, 06:47 PM
by push style i mean specifying the binding expression in the resource file. So for example if a lable name of the page is lblName, and the resource file says $this.lblName.Text="John Doe".

thanks