Create mojoPortal site in Spanish Language.

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.
8/22/2014 1:17:00 AM
Gravatar
Total Posts 44
Regards, Dilip Wanave

Create mojoPortal site in Spanish Language.

Hi,

One of my client want a website in spanish language, I searched in forum and other links related to mojoportal site in Muliple Languages.

https://www.mojoportal.com/supporting-muliple-languages.aspx

https://www.mojoportal.com/localization.aspx

https://www.mojoportal.com/forcing-a-specific-language

https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&t=3088~-1

but I am not clear about the creating a site in language other than english.

So my question is that how can I set my mojoPortal site in Spanish language? How much time will require to do changes?

Can anyone help me?

 

Thanks,

Dilip

8/22/2014 6:55:12 AM
Gravatar
Total Posts 18439

Re: Create mojoPortal site in Spanish Language.

content in the database is completely under your control, just author the site content in Spanish and force the site to use to use Spanish resx resources and number formatting. resx files control labels and button text. resx files live in the App_GlobalResources folder and the spanish ones are named like .es.resx or .es-MX.resx for Mexican Spanish.

by default the web browser language preference would determine which resx files to use but these keys can force it from user.config

<add key="site1culture" value="es-ES" /> this controls numbers and dates
<add key="site1uiculture" value="es-ES" /> this controls the resx files used

the only problem might be how up to date and complete the Spanish resx files are, I'm not sure how good our current Spanish resx files are. You can update them and populate missing keys if needed and forward the resx files on to me for inclusion in the project. 

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