Skip to content

c29m/aspnet-core-pseudo-localization

Repository files navigation

ASP.NET Pseudo-localization

Build status

Introduction

An example application that demonstrates using pseudo-localization with ASP.NET for testing that strings shown in the user interface have been appropriately prepared for localization.

English (en-GB)

Below is the sample application when run in the default locale (UK English).

TodoApp in English

Pseudo-locale (qps-Ploc)

Below is the sample application when run using the Windows base pseudo-locale. UI elements that are not user data are rendered using with additional length, accents and surrounded in square brackets.

TodoApp with Pseudo-localization

Feedback

Any feedback or issues can be added to the issues for this project in GitHub.

Repository

The repository is hosted in GitHub: https://github.com/martincostello/aspnet-core-pseudo-localization.git

License

This project is licensed under the Apache 2.0 license.

Building and Testing

Compiling the application yourself requires Git and the .NET SDK to be installed (version 7.0.100 or later).

To build and test the application locally from a terminal/command-line, run the following set of commands:

git clone https://github.com/martincostello/aspnet-core-pseudo-localization.git
cd aspnet-core-pseudo-localization
./build.ps1

About

ASP.NET Boilerplate - ASP.NET Identity Integration Module

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published