Blog

Entries for 'Shannon Coupland'

Basic JavaScript Localization Setup Using JSON with Visual Studio Code

Frontend localization is different than .NET backend localization in that there is not an established “correct way” to accomplish translating text in JS and related frameworks. This is a basic example using JavaScript, but more customizat...


Basic Localization Setup in .NET 8 with Visual Studio

Localization as it pertains to software is a very broad topic, but generally, to “localize” an application means to write or update the user-facing components of an application to simultaneously target users from multiple regions, languag...