ResourceManager not selecting correct resource set when using custom culture
问题 I have created a localized MVC website using the code found on this blog by Alex Adamyan. This is working great if I use an existing culture. However, I am trying to localize for Tagalog (tl or tl-PH). Windows does not have this culture built in so I have created one (I have tried both tl and tl-PH) as per the code below: public static void CreateCustomCultures() { var cultureBuilder = new CultureAndRegionInfoBuilder( "tl", CultureAndRegionModifiers.Neutral); cultureBuilder