All,
I have written a VB.NET application for a CE.NET device with 3 current
languages available (en, fr, es). It was running fine unil a new device
image was loaded which included SP3. There are currently two issues:
1. If CultureInfo is not specified when calling GetString from the
resourcemanager, no culture specific string is returned, regardless of the
Regional settings on the device. Workaround by getting CurrentCulture and
passing that it.
2. Localizable set to True on the form and text for controls set for each
available language. Default language is always used, and when I checked
CurrentUICulture, it is set to "en-US" regardless of the regional settings
and CurrentCulture.
Because both CurrentCulture and CurrentUICulture are read-only on CF, there
is no apparent way to force it. Not sure if OpenNTCF supports this function,
but I had to remove it from the project due to deployment issues, so I do not
want to add it back.
If anyone else has experienced this or has any insight into it, I would
appreaciate it.
Thanks,
Andrew
|