hi,
Using .netCF is there any way to add a new language. For example if I
want a custom variation of en-EN how can I do that.
In regular .net one can use the CustomandRegionInfoBuilder class to
register a new language. Also the CurrentCulture and CurrentUICulture
properties are writeable.
However in .netCF the CustomAndRegionInfoBuilder is not available.
Moreover the CurrentCulture and CurrentUICulture properties are read-
only.
So is there any other way to extend in the CultureInfo class
in .netCF.
thanks
CEdev
|