Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

My global resource designer file is empty when I add culture to the file name

I am writing a asp.net web application with multi-language support. I want to add a resource to the App_GlobalResources file called "GlobalStrings". When I name the file GlobalStrings.resx, everything is fine. But when I add a file called GlobalStrings.en-US.resx the designer file behind it is empty (no text at all) an nothing appears in intellisense. Any ideas?

like image 348
cerhart Avatar asked Jan 23 '23 20:01

cerhart


1 Answers

The deal is that there must be one resource file (default) without culture added.

like image 169
cerhart Avatar answered May 12 '23 04:05

cerhart