G
Guest
Is there any way to switch cultures at run time in the CF 2.0? None of the
methods which work with the standard framework seem to work with the compact
version. Basically what I am trying to do is create multiple .resx files
such as "strings.en.resx" and "Strings.de.resx" and then access them with
ResourceMaganger.GetString("MyString", MyCultureInfo) calls.
methods which work with the standard framework seem to work with the compact
version. Basically what I am trying to do is create multiple .resx files
such as "strings.en.resx" and "Strings.de.resx" and then access them with
ResourceMaganger.GetString("MyString", MyCultureInfo) calls.