---
title: "Localizing-ASP-NET-MVC3"  
description: "Localizing-ASP-NET-MVC3"  
author: "Anonymous User"  
published: 2013-09-28  
updated: 2013-09-28  
canonical: https://www.mindstick.com/forum/1550/localizing-asp-net-mvc3  
category: "asp.net mvc"  
tags: ["asp.net mvc"]  
reading_time: 1 minute  

---

# Localizing-ASP-NET-MVC3

I'm creating a Localizing [application](https://www.mindstick.com/articles/12824/calculator-application-in-android) [ASP NET](https://www.mindstick.com/forum/12814/asp-net-mvc-5-and-listbox-with-linq) MVC3 but the [problem](https://yourviews.mindstick.com/view/81399/tackling-the-problem-of-unemployment-during-corona-pandemic) is that when i add Resource.resx [file](https://www.mindstick.com/articles/59/encrypting-and-decrypting-files-using-c-sharp) in [root folder](https://www.mindstick.com/forum/486/jquery-file-in-root-folder) [access](https://www.mindstick.com/articles/12994/how-foreigners-can-access-blocked-websites-in-china) modifier is disabled so helping for enable access modifier this is [code](https://yourviews.mindstick.com/view/85458/alan-turing-the-mastermind-behind-cracking-the-enigma-code-during-world-war-ii) my LanguageResources.Designer.cs file

\

and i'm also add [globalization](https://www.mindstick.com/blog/130/globalization-in-dot-net) in [web.config](https://www.mindstick.com/forum/183/web-config-file) file

```
<system.web>
<globalization uiCulture="auto" culture="auto"/>
</system.web> 
```

## Replies

### Reply by Anonymous User

Hey Jay!

I would suggest you to put the resource files in a separate class library and also you have to set theCustom Tool type of the resource file to PublicResXFileCodeGenerator.


---

Original Source: https://www.mindstick.com/forum/1550/localizing-asp-net-mvc3

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
