0
votes
2answers
33 views
How to optimize a multi-language web site for search engines?
Hello,
I have a website localized in three languages and the URL format looks like this:
www.example.com
www.example.com/fr/
www.example.com/de/
in the sitemap for google (site …
4
votes
2answers
45 views
PHP - Mulilingual application design
There are many ways to design a multilingual application in PHP. Some language file based, others database based.
I am looking to use it for mostly
small amounts of text e.g erro …
0
votes
7answers
84 views
How to acheive multilingaul support in ASP.NET
I want to be Internationalize my asp.net application. How to do this. What exact steps i have to follow ?
1
vote
5answers
64 views
Which multilingual web design solution is fastest for the user, if this is indeed an issue?
Context:
I'm in the design phase of what I'm hoping will be a big website (lots of traffic, lots of users reading and writing to database).
I want to offer this website in the thr …
0
votes
2answers
74 views
CakePHP: Saving a translation saves the translated field in the original table, why?
I'm using Translate behavior.
Here's the scenario: I save a translation on model 'Content' with the
language Japanese.
Then I check the corresponding table 'contents' in my data …
4
votes
7answers
226 views
What Is The Best Practice For Building A Multilingual Application Using Delphi 2010?
I'm in the early stages of converting an older application and I'm trying to figure out the best way to implement multilingual support. I will be using Delphi 2010.
For example if …
3
votes
1answer
58 views
Rails CMS for a multilingual site
A client wants a multilingual site with a CMS. Is there a Ruby on Rails CMS out there that can deal with that out-of-ze-box?
1
vote
2answers
53 views
Multilingual alert messages in JavaScript
I have a php Web Application Multilingual,
I have a php variable which can tell the current language of the Web Application,
I need to validate user inputs in client side, and e …
0
votes
8answers
119 views
The best approach for multilingual user interface
I am working on a multilingual web application. I'm wondering how do i design the best user interface that the user can localize data for various languages? for instance, in making …
3
votes
3answers
59 views
how to create a language file for text in javascript files?
My web application uses allot of javascript, and in the javascript I have messages that I report back to the user.
What is the best way to extract the text from my javascript and …
0
votes
5answers
152 views
PHP multilanguage site
Hi,
I want make multilanguage site with PHP based on SESSIONS like this site untiny.com
I try with this code but not working :
<?
session_start();
$lang = $_GET['lang']; …
1
vote
1answer
104 views
Why is my language switching automatically in ASP.NET 2.0?
I am working on an ASP.NET 2.0 web solution which currently runs en-GB and zh-HK languages as the 2 current languages for the site. Others will be added at a later date.
One of th …
3
votes
1answer
141 views
Help to edit the Recent Posts Wordpress widget to diplay in all 3 languages at once
Site link: http://nuestrafrontera.org/wordpress/
I want the feed of recent post titles to show in the sidebar for all 3 languages, separated by language. So, for example, under Re …
2
votes
2answers
95 views
Multilingual Application support in Windows CE?
What are some of the considerations needed when adding multilingual support for a .NET application designed to run in Windows CE (5)?
1
vote
2answers
166 views
Wordpress multilanguage plugin
I have a blog on Wordpress in which I need to serve contents in several different languages. I don't want to translate the articles, I just want to have some in each of the languag …
