How to change the culture using LightSwitch Visual Studio 2012
In this article I describe how to change the culture in LightSwitch using Visual Studio 2012.
Step 1
Open the Solution Explorer.
![explorer.jpg]()
Step 2
In the Solution Explorer, right-click on the property node and choose "Open".
![propopens.jpg]()
Step 3
The Application Designer appears.
![general prop.jpg]()
Step 4
In the Application Designer, select the General Properties option.
![general prop.jpg]()
Step 5
From the Culture list, you can choose the culture that you want to use as the default culture.
![culture list.jpg]()
Suppose I have have choosen Greek as a default culture.
![culture.jpg]()
Now when I debug my application, first we enter the data in the following textboxes.
![culture insert data.jpg]()
After that when we click on "Save" we get:
![culture output.jpg]()