Click here to Skip to main content
16,004,647 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCalendar Control Pin
kibromg18-Sep-07 4:05
kibromg18-Sep-07 4:05 
AnswerRe: Calendar Control Pin
varshavmane18-Sep-07 18:35
varshavmane18-Sep-07 18:35 
Question[Message Deleted] Pin
sweetypriety18-Sep-07 3:03
sweetypriety18-Sep-07 3:03 
AnswerRe: How to implement the Blog with ASP.NET? Pin
Pete O'Hanlon18-Sep-07 3:35
mvePete O'Hanlon18-Sep-07 3:35 
AnswerRe: How to implement the Blog with ASP.NET? Pin
Jon Sagara18-Sep-07 3:36
Jon Sagara18-Sep-07 3:36 
QuestionHow to bind data to a dropdown using Active Directory Pin
babutkchn18-Sep-07 2:22
babutkchn18-Sep-07 2:22 
AnswerRe: How to bind data to a dropdown using Active Directory Pin
MIHAI_MTZ18-Sep-07 4:04
MIHAI_MTZ18-Sep-07 4:04 
QuestionLocalization and satellite assemblies Pin
Krugger40418-Sep-07 1:51
Krugger40418-Sep-07 1:51 
Hi,
I am currently building a web application whereby translation is being catered by resource files. For some reasons, it is required that each web page in the site have it own resource files. Thus, for a given page, page say "PageTest", there will be two resource files "PageTest.en-gb.resx" and "PageTest.fr-fr.resx" (provided that only two languages are defined for the time being). This process extends to all pages in the site. I store all the resource files in single folder such that i have :

Resources\Page1Test.en-gb.resx
Resources\Page1Test.fr-fr.resx

Resources\Page2Test.en-gb.resx
Resources\Page2Test.fr-fr.resx
etc....

Visual Studio nicely builds two DLL (satellite assemblies) in the bin folder of my application as follows :

bin\en-gb\Web.Resources.DLL --> This folder contains all resources files in english (ie. Resources\Page1Test.en-gb.resx , Resources\Page2Test.en-gb.resx etc..)
bin\fr-fr\Web.Resources.DLL --> This folder contains all resources files in french (ie. Resources\Page1Test.fr-fr.resx , Resources\Page2Test.fr-fr.resx)

So far so good. The problem here is that i have no idea how to reference a specific resource found in a specific resource file of the satellite assembly.

Clearly speaking,

How can i distinguish between en-gb\Web.Resources.DLL --> Page1Test."Resource_key" and en-gb\Web.Resources.DLL --> Page2Test."Resource_key" where "Resource_key" is a simple key to retrieve a string?

Can you please help me on this point? Thank you.






AnswerRe: Localization and satellite assemblies Pin
Not Active18-Sep-07 2:15
mentorNot Active18-Sep-07 2:15 
GeneralRe: Localization and satellite assemblies Pin
Krugger40418-Sep-07 2:19
Krugger40418-Sep-07 2:19 
GeneralRe: Localization and satellite assemblies Pin
Not Active18-Sep-07 2:41
mentorNot Active18-Sep-07 2:41 
GeneralRe: Localization and satellite assemblies Pin
Krugger40418-Sep-07 21:27
Krugger40418-Sep-07 21:27 
QuestionUsing Context Handler... Pin
NeerajSharp18-Sep-07 1:42
NeerajSharp18-Sep-07 1:42 
Questionhow we close window through java script Pin
Piyush Vardhan Singh18-Sep-07 1:16
Piyush Vardhan Singh18-Sep-07 1:16 
AnswerRe: how we close window through java script [modified] Pin
NeerajSharp18-Sep-07 2:09
NeerajSharp18-Sep-07 2:09 
GeneralRe: how we close window through java script Pin
Piyush Vardhan Singh18-Sep-07 2:47
Piyush Vardhan Singh18-Sep-07 2:47 
GeneralRe: how we close window through java script Pin
NeerajSharp18-Sep-07 2:51
NeerajSharp18-Sep-07 2:51 
GeneralRe: how we close window through java script Pin
Piyush Vardhan Singh18-Sep-07 3:05
Piyush Vardhan Singh18-Sep-07 3:05 
GeneralRe: how we close window through java script Pin
NeerajSharp18-Sep-07 4:57
NeerajSharp18-Sep-07 4:57 
AnswerRe: how we close window through java script Pin
Fred_Smith18-Sep-07 2:25
Fred_Smith18-Sep-07 2:25 
GeneralRe: how we close window through java script Pin
Piyush Vardhan Singh18-Sep-07 2:45
Piyush Vardhan Singh18-Sep-07 2:45 
Questionasp.net - Could you please help me Pin
abglorie18-Sep-07 1:08
abglorie18-Sep-07 1:08 
AnswerRe: asp.net - Could you please help me Pin
Pete O'Hanlon18-Sep-07 1:14
mvePete O'Hanlon18-Sep-07 1:14 
QuestionGo To Google Pin
varshavmane18-Sep-07 0:59
varshavmane18-Sep-07 0:59 
AnswerRe: Go To Google Pin
Imran Khan Pathan18-Sep-07 1:06
Imran Khan Pathan18-Sep-07 1:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.