c# - strongly-typed resources with custom CultureInfo -
i want both
a) explicitly specify cultureinfo @ run-time and
b) use strongly-typed resource properties or strongly-typed keys.
i mean this:
properties.getresourcesforcultureinfo(user.cultureinfo).myresourcefile.mystring;
or
properties.myresourcefile.resourceset.getstring(myresourcefile.mystringkey, user.cultureinfo);
is possible implement?
Comments
Post a Comment