Skip to content

Sandeep321/MultipleResourceForLocalization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

MultipleResourceForLocalization

.Net core 2.0 localization with more than one resource file.

Just clone/download and run the project. It shall open Swagger URL like "http://localhost:8000/swagger" which has only one end point. Hit that end point with "Info" OR "Warn" in type field and "Key" in key field. Upon providing "Info", it will return the value for 'Key' from .Info file and Upon providing "Warn", it will return the value for 'Key' from .Warn file.

It supports spanish language also, so you can test for that via postman also. Provide Accept-Language header values as 'es'. You should see the results from .es files.

Note the cases for 'Info, Warn and Key'. Don't mess these up. Thank you.

About

.Net core 2.0 localization with more than one resource file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages