P
Philipp Sumi
Hello
I have to start an Asp.net project that involves i18n, so I was doing
some reading on the subject. I'm not sure (and I *really* hope I'm
wrong) but is it true, that there is no way to store localized values in
resource files without assigning them programmatically? Which means: I
can't just set a labels text as usual and change this value in a
localized resource file which is being assigned dynamically regarding
the regional settings?
Having 50 pages with loads of controls that all have settings like
<%=LocRM.GetString("txtWelcome")%>
is a design- and administration-nightmare and a waste of the built-in
i18n-support...
:-(
Thanks for your advice
Philipp
I have to start an Asp.net project that involves i18n, so I was doing
some reading on the subject. I'm not sure (and I *really* hope I'm
wrong) but is it true, that there is no way to store localized values in
resource files without assigning them programmatically? Which means: I
can't just set a labels text as usual and change this value in a
localized resource file which is being assigned dynamically regarding
the regional settings?
Having 50 pages with loads of controls that all have settings like
<%=LocRM.GetString("txtWelcome")%>
is a design- and administration-nightmare and a waste of the built-in
i18n-support...
:-(
Thanks for your advice
Philipp