ASP.NET MVC 4 multilingual web template - multilingual

I'm thinking about making a multilingual website that supports arabic, english and some more languages. Does anyone know where to download or buy ASP.NET MVC 4 multilingual web template?

Have a look at this page and save your money :
http://www.codeproject.com/Articles/526827/MVC-Basic-Site-Step-1-Multilingual-Site-Skeleton
Good Luck

Related

How to design project solution for webapi2 with angularjs project?

I am starting new project with angularjs with webapi. This project will be e-commerce site. There is iOS and Android app also. We are going to develop APIs so that Android and iOS team can consume our APIs. Also we are going to consume APIs using angularjs for web application. I need some inputs before starting project. I am planning to design separate solutions for APIs and my web application. I am using visual studio for development environment for front end. I am confused about which template should I use in vs2015 to develop front end? My front-end will contains angular js files,HTML pages and CSS files. Second point is there is a Arabic version of this website so I am storing all Arabic words in resource file. Where should I store my resource files? In API project or front end project? May I get some inputs to develop solution architecture? Also what is the standard way of angularjs project folder structure? Any help would be appreciated. Thank you.

Convert ADF Fusion web application to Mobile app?

Can I Covert Existing ADF Fusion web application To Mobile Application
If you mean Mobile Application Framework (MAF) the answer is no.
The UI of MAF, while it shares similar concepts: Taskflows and Drag and Drop property-based components - the implementations are completely different. MAF uses AMX pages which generate HTML5, JS and CSS on the fly on the device and ADF Faces uses JSF-based pages.
If you deploy your ADF BC model as a RESTful service using JDev 12.2.1 you can consume it, like any other RESTful web service, in MAF.
The larger question is..why? A Desktop application is a very different design paradigm than mobile-friendly. The entire application UI design should be re-thought using the tips and guidance of Oracle Alta UI.

SimpleMembershipProvider in mobile app ASP.NET MVC 4

I'm trying to use SimpleMembershipProvider to manage the authentication process of my mobile application.
I generated the project using Mobile template, but this doesn't generated the same files of the Internet application template. It doesn't created the folder Filters with InitializeSimpleMembershipAttribute.cs file and the web.config, AccountController and AccountModel are different.
Can I use SimpleMembershipProvider with mobile applications? If yes, how should I do this? If not, what is the alternative?
You can use the SimpleMembershipProvider in your mobile application. This article provides complete instructions on how to do this and provide links to an example VS project that can be downloaded.

Orchard CMS Mobile website

I have a ASP.net MVC4 Mobile website created using SPA template in Visual studio and I would like to retrieve views from Orchard CMS to show on Mobile device. Is there examples where I can show responsive design views from Orchard CMS on Mobile devices without using Themes?
Looks like you want to avoid rendering through the Orchard's layouts/themes and have your own layout and view pages.
There is a similar questions with some fruitful discussions here

Make a website mobile ready

I have a website and i want this to be mobile ready. I found Kurogo very helpful for static website. But this is not useful when i have a website where there are many forms and all. which is the best way to convert a website mobile ready where it has many forms, add, edit , update forms and all. I use php/mysql for my application.
you can always try to use bootstrap or zurb foundation and then load the css using a media query

Resources