Skip to content

LazZiya/MyTrips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyTrips - Basic Multi-Cultural Web Application

Sample project for basic multi-cultural web application, built with ASP.NET Core 2.1.

[NEW 27.05.2019]

I developed a new nuget package named ExpressLocalization to simplify localization of Asp.Net Core web apps to one step, see samples below:

if you still need to go through localization steps manually continue reading this page :)

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Supported Cultures

  • Arabic
  • Arabic - Syria
  • English
  • Hindi
  • Persian
  • Spanish
  • Turkish
Add new culture :
  • Edit /Utilities/LocalizationExtension.cs --> add new CultureInfo("xx"); to cultures list
  • Create related resource files:
  • /Resources/ViewResource.xx.resx

Built With

Demo Project :

Step by step tutorial:

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details