Geeting all
First of all I'd thanks C#Corner staff and all members about a full help and support in everything
Actually my question is so logical.
After I built an ap.net app. the required is to be multi-languges.
I know there is many ways how to make an asp.net application by App_GlobalResources.
and these method is very slowly in work for many reasons:
- you need to take eash item and translate it , in Item - value in resx file.
- I search for long time am not find a way to how to work witrh dynamic data by (Gridview, dropdownlist, etc.) which get request from database.
But my question is.
What is a best way to make your sit app is multi-langueges if your site like a diagram below:

And have alot of pages.
And how you can work with dynamic data if you should use App_GlobalResources method.
thanks