R
Richard Kucia
I'm porting a full framework app to the CF. The FF app is written to be
locale-aware. The FF deployment project automatically creates the
appropriate language-specific subfolders beneath the application folder.
The FF CLR automatically scans the various folders for the "right"
language file, based on the user's current culture.
I believe that VS.Net does not permit me to specify that included
files (in this case, the various language message files) should be deployed
to the language-specific subfolders of the application for CF projects.
This makes me question whether the localization language-file lookup
algorithm itself is supported in the CF. Anybody have any experience with
this? Thanks.
Richard Kucia
locale-aware. The FF deployment project automatically creates the
appropriate language-specific subfolders beneath the application folder.
The FF CLR automatically scans the various folders for the "right"
language file, based on the user's current culture.
I believe that VS.Net does not permit me to specify that included
files (in this case, the various language message files) should be deployed
to the language-specific subfolders of the application for CF projects.
This makes me question whether the localization language-file lookup
algorithm itself is supported in the CF. Anybody have any experience with
this? Thanks.
Richard Kucia