Skip to content

martincostello/aspnet-core-pseudo-localization

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 8.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