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

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -