Skip to content
Discussion options

You must be logged in to vote

Those are local specific resource files that are automatically used by .NET based on the current locale. .NET will automatically default to "en-US" if it doesn't find a match. No API work is needed for any of that. It just comes with .NET.

You do not have to deploy those files and their sub-directories if you do not care about localization for your project. From the home page:

The currently supported localizations include: English, Spanish, Italian, French, Chinese (Simplified), German, Polish and Russian.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dahall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants