Last post Jun 12, 2006 03:23 PM by kalaka2
None
0 Points
32 Posts
Jun 06, 2006 01:10 PM|kalaka2|LINK
Hello guys,
i want to create a custom culture using an existing .net framework culture. for this purpose i want to use the CultureAndRegionInfoBuilder class in namespace globalization
it don't work ?
it seem's like this class isn't define at all ?
please help and thank's
Contributor
6294 Points
5754 Posts
ASPInsiders
Jun 06, 2006 03:31 PM|StrongTypes|LINK
Do you have a reference to System.Globalization? Also, here's the MSDN documentation on the CultureAndRegionalInfoBuilder class constructor: http://msdn.microsoft.com/en-us/library/system.globalization.cultureandregioninfobuilder.cultureandregioninfobuilder(VS.80).aspx
Ryan
Jun 07, 2006 02:18 PM|kalaka2|LINK
hello Ryan,
I still have a reference to system.globalization but on my computer i don't have cultureandregioninfobuilder class under this namespace
i am using visual web developer express edition
thank's
Jun 07, 2006 03:54 PM|StrongTypes|LINK
You need to add a reference to sysglobl.
> Right-click the project in Solution Explorer and select Add Reference. > On the .NET tab, select sysglobl and click OK.
HTH, Ryan
Jun 12, 2006 03:23 PM|kalaka2|LINK
Hello Ryan
thank's it's ok
None
0 Points
32 Posts
Class CultureAndRegionInfoBuilder don't exist in VWD express
Jun 06, 2006 01:10 PM|kalaka2|LINK
Hello guys,
i want to create a custom culture using an existing .net framework culture. for this purpose i want to use the CultureAndRegionInfoBuilder class in namespace globalization
it don't work ?
it seem's like this class isn't define at all ?
please help and thank's
Contributor
6294 Points
5754 Posts
ASPInsiders
Re: Class CultureAndRegionInfoBuilder don't exist in VWD express
Jun 06, 2006 03:31 PM|StrongTypes|LINK
Do you have a reference to System.Globalization? Also, here's the MSDN documentation on the CultureAndRegionalInfoBuilder class constructor: http://msdn.microsoft.com/en-us/library/system.globalization.cultureandregioninfobuilder.cultureandregioninfobuilder(VS.80).aspx
Ryan
None
0 Points
32 Posts
Re: Class CultureAndRegionInfoBuilder don't exist in VWD express
Jun 07, 2006 02:18 PM|kalaka2|LINK
hello Ryan,
I still have a reference to system.globalization but on my computer i don't have cultureandregioninfobuilder class under this namespace
i am using visual web developer express edition
thank's
Contributor
6294 Points
5754 Posts
ASPInsiders
Re: Class CultureAndRegionInfoBuilder don't exist in VWD express
Jun 07, 2006 03:54 PM|StrongTypes|LINK
You need to add a reference to sysglobl.
> Right-click the project in Solution Explorer and select Add Reference.
> On the .NET tab, select sysglobl and click OK.
HTH,
Ryan
None
0 Points
32 Posts
Re: Class CultureAndRegionInfoBuilder don't exist in VWD express
Jun 12, 2006 03:23 PM|kalaka2|LINK
Hello Ryan
thank's it's ok
thank's