asp.net core mvc - Multi-Language Website with RESX Files -


i've been looking around example on how use resx files localization on mvc6 , far not able find example.

my website have dropdown list avalible languages. dont want application automatically detect localization. ideia user select language , view select appropriate language (maybe keep language cookie) resx folder.

so far i've created folder resources.resx, resources.en-en.resx, resources.es-es.resx.

does have working example this? thank much!


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -