Implement Multilingual Website

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
4/28/2011 5:00:36 AM
Gravatar
Total Posts 5

Implement Multilingual Website

Hi,

I am new to Mojo I have downloaded it through web matrix and I have started a new website now without any connection to the database. I want to do it multilingual i.e. support two languages. Is there an easy wat to do this?

 

Thanking you in advance

4/28/2011 7:05:45 AM
Gravatar
Total Posts 18439

Re: Implement Multilingual Website

See Supporting Multiple Languages

Hope it helps,

Joe

5/7/2011 10:08:54 AM
Gravatar
Total Posts 5

Re: Implement Multilingual Website

I am not using any database connection i just use the 3 pages as these provided to the sample of webmatrix. Is there an easy way to explain me how to do it? i dont want to use too much code ....or any database connectivity

5/7/2011 10:30:51 AM
Gravatar
Total Posts 70

Re: Implement Multilingual Website

If you are using mojoportal then you are using a database, mojoportal cannot work without a database.

See How mojoportal Works

Steve

5/7/2011 10:45:57 AM
Gravatar
Total Posts 5

Re: Implement Multilingual Website

no it works fine, i just excluded database and connection to it. now i just want to see if i can do it multilingual without any connection to the db.

5/7/2011 10:48:06 AM
Gravatar
Total Posts 70

Re: Implement Multilingual Website

I assure you it uses a database, you are mistaken. The connection string is probably in user.config file in the root, you may have removed the one from web.config but if it does not have a connection to the database it will not work.

5/7/2011 10:51:29 AM
Gravatar
Total Posts 5

Re: Implement Multilingual Website

i assure you that it works fine.

5/7/2011 11:13:20 AM
Gravatar
Total Posts 70

Re: Implement Multilingual Website

ok, I tried to help but you will find out in time that I was right, it cannot work without a database, all the data for sites, users, pages, everything comes from the database, so if it works then it still has a connection. 

5/7/2011 12:44:47 PM
Gravatar
Total Posts 5

Re: Implement Multilingual Website

In any case, is there any simple way to create a multilingual site without using the database? a simple way to create this? thanks.....

5/25/2011 9:59:11 AM
Gravatar
Total Posts 7

Re: Implement Multilingual Website

frown

You must sign in to post in the forums. This thread is closed to new posts.