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

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

symfony - imagine_filter() not generating the correct url in LiipImagineBundle -