Tagged Questions
Refers to the use of more than one (natural) language. This does not refer to the use of multiple programming languages.
28
votes
5answers
16k views
Multiple languages in an ASP.NET MVC application?
What is the best way to support multiple languages for the interface in an ASP.NET MVC application. I've seen people use resource files for other applications. Is this still the best way?
23
votes
4answers
10k views
Schema for a multilanguage database
I'm developing a multilanguage software. As far as the application code goes, localizability is not an issue. We can use language specific resources and have all kinds of tools that work well with ...
16
votes
8answers
3k views
What's the best database structure to keep multilingual data? [closed]
Possible Duplicate:
Schema for a multilanguage database
Here's an example:
[ products ]
id (INT)
name-en_us (VARCHAR)
name-es_es (VARCHAR)
name-pt_br (VARCHAR)
description-en_us (VARCHAR)
...
11
votes
5answers
4k views
Multi-lingual web application - how do I detect the user's language in ASP.NET?
I'm building an ASP.NET web application, and all of my strings are stored in a resource file. I'd like to add a second language to my application, and ideally, I'd like to auto-detect the user's ...
10
votes
5answers
228 views
Is ctrl-s save universal for save or are there different combinations for different languages
I imagine that there are different combination, just looking for an affirmation. Or, are we developers really that english-centric?
If I were in Japan, using a word processor on some computer, would ...
10
votes
3answers
1k views
Most efficient approach for multilingual PHP website
I am working on a large multilingual website and I am considering different approaches for making it multilingual. The possible alternatives I can think of are:
The Gettext functions with generation ...
9
votes
5answers
432 views
Is it possible to reliably auto-decode user files to Unicode? [C#]
I have a web application that allows users to upload their content for processing. The processing engine expects UTF8 (and I'm composing XML from multiple users' files), so I need to ensure that I ...
8
votes
3answers
153 views
What multinlingual database support for Django 1.3?
I am using Django for quite a while but each time I ask myself the same question again and again.
Which multilingual database backend should I use ?
I used django-multilingual on Django 1.1, ...
8
votes
3answers
507 views
How to write multilingual applications in Clojure?
I'm trying to figure out how to create a Compojure-based web-site with multilingual support. Is there any solutions like i18n or something like that?
8
votes
5answers
7k views
Multilanguage in WPF
Can you recomend me a good way to implement a Multilanguage system for a WPF app?
The method i'm using right now involves xml, classes and a xaml extension. It Works fine in most of cases, but when I ...
7
votes
2answers
897 views
How to use Yii with a multilingual database model?
I’m having a problem getting the data from my database which I created to be completely multilingual, and I hope someone here can help me.
I’ve split up all my tables in 2 parts; the “universal” ...
7
votes
1answer
80 views
writing right-to-left sentences in ASP.NET labels and text boxes
how can I CORRECTLY display English and non-English (Persian, Farsi language, middle eastern) words in ASP.NET labels or text boxes? it is OK when I type or display only English or only non-English ...
7
votes
1answer
485 views
multilingual Content managed website (CMS) using zend framework
Although I find quite a lot resources related to this question but none of them is precisely giving the answer to a Multilingual CMS using Zend Framework.
There are many zend translate adapters ...
7
votes
3answers
321 views
Any good resources or advice for working with languages with different orientations? (such as Japanese or Chinese)
We have an enterprise web application where every bit of text in the system is localised to the user's browser's culture setting.
So far we have only supported English, American (similar but ...
6
votes
4answers
150 views
Programming in a language other than English
I was having a discussion on twitter about adding the ability of Ruby to use λ instead of lambda, and more generally about Unicode support. I realized that all the languages I know work only with ...
6
votes
1answer
126 views
Where is it specified whether Unicode identifiers should be allowed in a Haskell implementation?
I wanted to write some educational code in Haskell with Unicode characters (non-Latin) in the identifiers. (So that the identifiers look nice and natural for speakers of a natural language other than ...
6
votes
2answers
270 views
Approach for a multi-lingual WPF application
it seems there are a number of approaches on how to implement multiple languages in a WPF application. But I would like some more information about what method I should be using with the following ...
6
votes
2answers
782 views
SEO implications of a multi lingual site with detection of system culture
I have developed a multi-lingual site in ASP.NET, whcih detects the user's system culture, and displays content in the appropriate language.
This is all working nicely, but my client has since had an ...
6
votes
8answers
2k views
what is the best method to build “multilingual” script in php?
I am building a website and it need to be in 7 languages?
I was wondering if there is a good practice can be applied to get multilingual php script?
Easy for me
Easy for the translators
Also what ...
5
votes
1answer
90 views
Multilingual free-text search in an app with normalized data?
We have enums, free-text, and referenced fields etc. in our DB.
Each enum has its own translation, free-text could be in any language. We'd like to do efficient large-scale free-text searching and ...
5
votes
3answers
2k views
Change Language in C#
I am developing a multilingual program in C# on Windows
How to change Windows writing language on certain actions...
e.g. to change from English to Arabic on focus event.
Thanks
5
votes
5answers
2k views
Multilanguage Support In C#
I've developed a sample software in c# windows Appliation. How to make it a multilingual supporting software.
For Example: One of the message boxes display " Welcome to sample application"
i ...
5
votes
6answers
2k views
Simple multilingual CMS?
I have been searching for a while now for a dead simple CMS with multi-language support. The ideal candidate is very lean and offers the possibility to set up different languages for different ...
5
votes
4answers
2k views
Using PHP Gettext Extension vs PHP Arrays in Multilingual Websites?
So far the only 2 good things that I've seen about using gettext instead of arrays is that I don't have to create the "greeting" "sub-array" (or whatever its called). And I don't have to create a ...
5
votes
3answers
2k views
Working with Unicode strings in Delphi 7
I need to write a program which will browse through strings of various lengths and select only those which are written using symbols from set defined by me (particularly Japanese letters). Strings ...
5
votes
3answers
1k 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?
5
votes
1answer
2k views
Multilingual Application in ASP.NET MVC - Best Practices?
I'm developing a web application using ASP.NET MVC (I'm new to the framework and actually quite new to web development in general). My application must support multiple languages - there's a bunch of ...
5
votes
8answers
2k views
Best way to handle URLs in a multilingual site in ASP.net
I need to do a multilingual website, with urls like
www.domain.com/en/home.aspx for english
www.domain.com/es/home.aspx for spanish
In the past, I would set up two virtual directories in IIS, and ...
4
votes
1answer
51 views
Perl regex find character from arbitrary set
I have a file with Korean and chinese characters. I want to find pairs where parenthetical statements are used to give the hanja for a Korean word, like this: 한문 (漢文)
The search would look something ...
4
votes
5answers
97 views
Developing ASP.NET web site for different languages
I'm building a website which will have a Spanish and Italian version.
In the past, when building a site which must be available in different languages, I've created a SQL Table like follows:
...
4
votes
4answers
376 views
Multi language support
I'm developing a HTML5 application that uses jQuery. I want to make it multi language: detecting user language and changing all literals to user's language.
I think that one approach is to use one ...
4
votes
3answers
188 views
Can we make enum multilingual in asp.net with c#
I am working on multilingual site and in which i used some enum and now it can be possible that we can make theses enum as per multilingual?
My enum structure is
public enum abc
{
...
4
votes
4answers
270 views
how to make multilingual site in asp.net
I am developing a site in asp.net in multiple languages but i didn't understand how this can be done because we can manage multilingual language by using resource files. we did this, but my major ...
4
votes
1answer
902 views
ASP.net MVC3 Multilingual Route Rewriting
Is there any good method to create route rewriting for a multilingual web application?
The URL schema should be the following
http://<Domainname>/{Language}/{Controller}/{Action}/{Id}
but ...
4
votes
3answers
193 views
How to force a piece of text to be 'direction ltr' inside a 'direction rtl' paragraph
So, phone numbers are always ltr (left to right).
Working on a multilingual website I need to insert a phone number (with a '+' prefix and numbers separated by '-') inside a text paragraph that has ...
4
votes
4answers
267 views
where does 0x come from? [closed]
Possible Duplicate:
Why are Hexadecimal Prefixed as 0x?
I just saw a comment a friend of mine made:
3x12=36
2x12=24
1x12=12
0x12=18
Which made me wonder..
Why did they choose 0x as ...
4
votes
3answers
448 views
Reversible, named URLs for Django flatpages (or multilingual-ng)?
Is there a way to have reversible, named URLs for Django flatpages (or multilingual-ng, which is flatpages + translations)?
If not, is there a similar app available which can have named URLs for ...
4
votes
2answers
388 views
Impact of multilingual URLs on SEO [closed]
Do I need to use multilanguage in my URLs? For example:
http://mygermanwebsite.example/product/foo
http://mygermanwebsite.example/produkte/
Does that have any effect on Google searches? For example ...
4
votes
3answers
367 views
How to create and maintain a multi-language project?
i am planning to make a multi language application in C# and was wondering what is the best way to handle the follow:
The container for the languges;
Best approchs to read/change once
...
4
votes
4answers
771 views
How to do an app with truly multilingual strings?
what should be the best approach to make strings for different languages? I have this problem, I am trying to display strings such as 'month', 'months', 'year', 'years'. Currently I am working on 3 ...
4
votes
4answers
169 views
The easiest way to have a multilingual django site?
I have and old django site (0.97-pre-SVN-7457) and I'm about to make some changes and get the site running on the current development code of django.
I have alot of content that needs to be intact. ...
4
votes
2answers
573 views
Entity Framework and Multi Language Databases
I was just wondering if there was any best practices when using Entity Framework with multi-language databases? My database design for handling this is to have a separate table for all of my ...
4
votes
1answer
1k views
CodeIgniter URI routing (dynamic, multilingual)
I'm trying to redirect all routs to one main controller. Here is my routes.php
$route['default_controller'] = "main";
$route['scaffolding_trigger'] = "";
//$route['(\w{2})/(.*)'] = '$2';
...
4
votes
3answers
144 views
ssl multi domain website
We need to secure a multi-langual web application with SSL (registration, login,..). However, this application is accessed by different domain names, exactly a domain name for each language ...
4
votes
3answers
244 views
Many ascx-to-one ascx.cs bug in VS2008
I'm developing second language support for the site. So I made duplicate .ascx and .aspx files for existing ascx.cs and aspx.cs
Most of the time everything works fine.. but suddenly I'm getting:
...
4
votes
2answers
134 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 errors - at
most a ...
4
votes
7answers
914 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 I wanted to support ...
4
votes
2answers
6k 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 Recent Posts the ...
4
votes
4answers
3k views
php multilingual site
Is it possible to create a multilingual site only in php without mysql (database)
a good resource will be nice to have please provide
4
votes
4answers
345 views
Most effient way to template a multi lingual site
I am building a English/french website and was wondering if there is a best practice for such a job.
Duplicating the site and making a french and english folder with the appropriate site inside.
...