Multi Lingual Support

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
dave_reach
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 32
Joined: Mon Jan 28, 2008 10:05 am

Multi Lingual Support

Post by dave_reach » Mon Jun 30, 2008 8:41 am

Hi,

I'm shortly going to be creating 2 websites using AbleCommerce, both of which need to have multi-lingual support. I know this isn't supported in Able, and if it was my call i'd probably go down the bespoke-website route - however the client is expecting to see the AbleCommerce backend and so i'm going to attempt to adapt AC7 to handle multiple languages.

Has anyone had any experience in this?

Currently, I think I shall attempt to have data stored in the database like this;

ac_Products.Description
[lang=en]Yes, sometimes[/lang]
[lang=fr]Oui, parfois[/lang]
[lang=ge]Ja, manchmal[/lang]
[lang=sp]Sí a veces[/lang]

And then, in the admin panel have 4 textboxes one for each language for the field in question. Wherever the data is displayed, just use a session variable to identify which language I am displaying and then use regex to pull out the correct data.

It's far from an elegant solution, but I believe it will give me what I need in the shortest amount of time, but i'd be interested to see what other people think - or if they've done this before using AC7.

Thanks,
Dave.

User avatar
m_plugables
Commander (CMDR)
Commander (CMDR)
Posts: 149
Joined: Tue Mar 11, 2008 12:44 am
Contact:

Re: Multi Lingual Support

Post by m_plugables » Mon Jul 07, 2008 4:18 am

As AbleCommerce 7 is developed in ASP.NET 2.0. You should better first have a look that how to create Multi Lingual applications in ASP.NET 2.0.
Image
Visit the links below to Download Plugins for your AC7 Store
http://www.plugables.com
http://blog.plugables.com

dave_reach
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 32
Joined: Mon Jan 28, 2008 10:05 am

Re: Multi Lingual Support

Post by dave_reach » Mon Jul 07, 2008 4:49 am

Thanks, I will look in to that.

Dave

Post Reply