Monday, March 12, 2012

localization and RS

Hi,
i want to make a report which could be called in several countries.
My question is, what kind of regional settings do RS use ?
I tried the VB.NET Functions FormatCurrency etc and i
set the regional settings on (server + client) from german to english,
but the currency value is still in german format...
example:
German currency format: 99.999, 99
English format: 99,999. 99
How can i solve this problem?
regards
PatrickWould be nice if someone got an idea!
"Patrick Ruhnow" <pruhnow@.dornbracht.de> schrieb im Newsbeitrag
news:%23rdstRlbEHA.3512@.TK2MSFTNGP12.phx.gbl...
> Hi,
> i want to make a report which could be called in several countries.
> My question is, what kind of regional settings do RS use ?
> I tried the VB.NET Functions FormatCurrency etc and i
> set the regional settings on (server + client) from german to english,
> but the currency value is still in german format...
> example:
> German currency format: 99.999, 99
> English format: 99,999. 99
>
> How can i solve this problem?
> regards
> Patrick
>|||Yes, just set the language property on the entire report or on individual
textboxes. If you set the report language to "Default", then the language
during execution will depend on the requesting client (e.g. in IE: Tools -
Internet Options - Languages). More details on localization are available in
BOL:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rscreate/htm/rcr_creating_building_v1_31bn.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rsadmin/htm/drp_deploying_v1_0vaa.asp
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Patrick Ruhnow" <pruhnow@.dornbracht.de> wrote in message
news:uBz%23$WtcEHA.1764@.TK2MSFTNGP10.phx.gbl...
> Would be nice if someone got an idea!
> "Patrick Ruhnow" <pruhnow@.dornbracht.de> schrieb im Newsbeitrag
> news:%23rdstRlbEHA.3512@.TK2MSFTNGP12.phx.gbl...
> > Hi,
> >
> > i want to make a report which could be called in several countries.
> > My question is, what kind of regional settings do RS use ?
> > I tried the VB.NET Functions FormatCurrency etc and i
> > set the regional settings on (server + client) from german to english,
> > but the currency value is still in german format...
> >
> > example:
> > German currency format: 99.999, 99
> > English format: 99,999. 99
> >
> >
> > How can i solve this problem?
> >
> > regards
> > Patrick
> >
> >
>

No comments:

Post a Comment