Tagged Questions
The multilanguage tag has no wiki summary.
19
votes
9answers
8k views
Python: SWIG vs ctypes
In python, under what circumstances is SWIG a better choice than ctypes for calling entry points in shared libraries? Let's assume you don't already have the SWIG interface file(s). What are the ...
18
votes
9answers
6k views
Best way to implement multi-language/globalization in large .NET project
I'll soon be working on a large c# project and would like to build in multi-language support from the start. I've had a play around and can get it working using a separate resource file for each ...
11
votes
7answers
23k views
the best way to make codeigniter website multi-language. calling from lang arrays depends on lang session?
I'm researching hours and hours, but I could not find any clear, efficient way to make it :/
I have a codeigniter base website in English and I have to add a Polish language now. What is the best way ...
6
votes
3answers
479 views
How to model POCO object from a multilanguage database with Entity Framework 4?
I am building a new project from scratch.
I created a db where I have consistently applied a db structure that I explain with a short self-explanatory example:
Table Item -> (Id, Name) -> Contains ...
4
votes
1answer
271 views
Multilanguage in Symfony2 and Twig
how in Symfony create multilanguage page? In Symfony 1 in Jobeet tutorial is this very good describet, but now on symfony.com i dont show somethings of translated page.
In symfony 1.4 is echo ...
4
votes
1answer
149 views
Make a multi-language user control
I'm developing a user control and now (quite at the end of the work) I'm facing the problem of making it multi-language.
I think I could proceed in this way:
For UI part I could set Localizable = ...
4
votes
1answer
411 views
Multilingual flask application
Is there a preferred way to make a Flask application multilingual? Ideally, the solution would enable to @app.route the same view to use different urls for each languages, like ...
4
votes
2answers
571 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
471 views
Where to store selected language on multilingual site: session/cookies or url?
I have a site that has all its content translated to multiple languages and has no accounts (to set prefered language there).
I can detect preferred language using Accept-Language, ip or anything ...
4
votes
4answers
3k views
How to make a Multilanguage website in php and Mysql
Can any body tell me how i make a dynamic multilanguage website in php and mysql.I have no idea abt it.I search on google and do not find good solution.
Any one tell me step by step guide if possible ...
4
votes
1answer
140 views
Organizing a project that uses multiple languages?
I am currently working on a project that has components in perl, .NET, C/C++, and Java. These components are inter-related, but are not tied to the same release schedule. Due to the very different ...
4
votes
1answer
1k views
Can C++ Application load the .jar File using JNI?
Thanks for having a look at question.
I am trying to invoke a java method which is in class files using JNI interface. In turn the called class file should be executing the another .jar file which ...
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
5answers
1k views
How to set a multilanguage PrincipalPermission role name?
I'm trying to secure a WCF service using windows accounts. The service should run on many systems with different languages. How can i set a PrincipalPermission that has language independent role ...
3
votes
3answers
296 views
Multilingual database design pattern
I'm currently working on Blog-Software which should offer support for content in multiple languages.
I'm thinking of a way to design my database (MySQL). My first thought was the following:
Every ...
3
votes
3answers
637 views
How to setup CodeIgniter for a truly multi language website?
I need to setup CodeIgniter to be a truly multi language website. I've searched but I can't find a solution.
I've tested this approach but it is not working. ...
3
votes
4answers
389 views
Session vs URI multi language identifier
I am working on a multilingual website (php/mysql) and my question is what would be the best solution for language identification - sessions/cookies or URI identification. I mean in terms of SEO, ...
3
votes
1answer
233 views
“old format or invalid type library”
We have an application that, amongst many other things, has an export to Excel function. This uses the Excel COM interface and simply exports some data to a new sheet in Excel and formats it to look ...
3
votes
4answers
287 views
How to use multiple development languages
I program in Delphi (D7 and D2006) on Windows XP (migrating in the near future to Windows 7). I need to use a mathematical library for some of the work I am doing and most of the math libraries (I am ...
3
votes
3answers
397 views
Multi-language change without page refresh?
User selects a new language from English to German. Currently the page has to refresh each time to change the text to the language selected. This is fine for IE but on firefox it always asks the user ...
3
votes
3answers
293 views
Multilanguage support in my Javascript code
I'm using Django and I need to support multilanguage in my Javascript code. But my Javascript files are into site_media so they are not rendering by the template engine. I would like to learn what is ...
3
votes
3answers
961 views
How to make multilanguage C# console application?
I want to create console application in Microsoft Visual C# 2010 Express that will have support for a few languages: it will show messages in selected language. What is the simpliest and convenient ...
3
votes
1answer
3k views
Codeigniter multilanguage and adding the language to the url for seo
I read this
http://stackoverflow.com/questions/1328420/the-best-way-to-make-codeigniter-website-multi-language-calling-from-lang-arrays
for language inclusion...
i wonder how the url will appear for ...
3
votes
3answers
143 views
Multi-lingual static content in ASP.NET
Is there a simple way of making the static content of an .aspx page multi-lingual? Resource files are nice for controls but it's quite hard and annoying to write big chunks of html in them. Any easier ...
3
votes
2answers
271 views
Multi-language/country web projects
I plan to build a websites that come to target specific countries and each country should be translated to theirs language/s (ie. Canada speak both English and French).
I've many questions but I ...
3
votes
6answers
247 views
How do you implement a multiculture web application
I believe several of us have already worked on a project where not only the UI, but also data has to be supported in different languages. Such as - being able to provide and store a translation for ...
2
votes
1answer
69 views
Hibernate mapping for multilanguage support
I have a Category class which has id, name, description attributes.
I want that user can enter multilingual name and description and save them.
What should be the structure of the class and the ...
2
votes
1answer
81 views
How to make an alternative site language the default site language?
I've got a TYPO3 website where the default site language is German. A while ago I added an alternative site language which is English.
What I need to do now is to swap those two languages in the ...
2
votes
2answers
56 views
Develop multilangual system
This is more of an analytical question.
I need to know how best to make a multilangual system, a.k.a. a system where the user can change the language. The language will be stored in a cookie or a ...
2
votes
2answers
106 views
Android - Use language not available in documentation
I am currently developing an app which I want to support both danish and english. I know how things works with resource etc.
My app is currently running Android 2.1 (since most people in Denmark use ...
2
votes
1answer
231 views
Codeigniter multilanguage - select from ajax - session problem
i want to make the site with multi languages and selecting the language with ajax and the different words will be selected from database and i want to use session[lang],and i don’t want to use ...
2
votes
1answer
269 views
Making Smarty supporting multiple languages
first of all, let me tell ya, that I'm from Germany. So my English will not be very well. Please forgive me. =P
I'm about to develop a multilingual website with PHP5. In order to seperate the ...
2
votes
3answers
83 views
Throwing Exception(s) in a multilanguage (e.g. English and French) application
In my applications I make use of Exception(s) to control the flow.
I use something like this:
throw new Exception("Unable to add new user, user already exist");
This method is perfect in an ...
2
votes
1answer
127 views
regarding multilanguage URL rewriting
I wanna implement url rewriting so that, for example, all german pages have a url with /de/ after the domain name (and english pages with an /en/) but I don't actually have to create and manage all ...
2
votes
5answers
384 views
Multilanguage CMS - solution for a clean, maintainable build?
Hey, first time asking a question on Stack Overflow, so go easy on me!
I've recently begun working on a CMS driven website which requires multilanguage functionality (12 languages!). I have, in the ...
2
votes
4answers
3k views
multilanguage app: best way?
Which is the best way to have a multilanguage app?
Should I create a set of strings written in my language and then use an google api that translates online on-the-fly? Any code example?
And, how to ...
2
votes
4answers
200 views
Multilanguage development
I would like to develop an application with two languages.
Actually, the goal is to generate two differents application, one with a language (Java), the other on in another language (C#).
I would ...
2
votes
3answers
301 views
How to default to another language based on domain
i'm using Joomla with the JoomFish translation component. This website has german and chinese translations. What i'm trying to figure out is how to get the .de domain to default to the german language ...
2
votes
2answers
126 views
Is this good design for multi-language of system text to support x number of langs?
Does this implementation scale well:
Requirement is:
1) System must support x number of languages; where x will = as many languages as business can translate.
2) All system maintained values (page ...
2
votes
3answers
320 views
Multilingual translation - open source framework?
Are there any open source framkework to help with management of content for language translation? Like users can select their language of choice, system will pull in all untranslated text for that ...
2
votes
1answer
235 views
Varchar for UTF-8?
I found a similar post about this but still not sure.
As i am making my guestbook and so forth multilanguage i changed the collation to uft8_unicode_ci in mysql, everything works as it should, ...
2
votes
3answers
119 views
couchdb multi language documents
We are considering of using CouchDB for our Systems now. Anybody knows there is a function or framework in CouchDB supports handling different languages of the the same document?
2
votes
1answer
187 views
What's the best way to handle layout issues with multi-language support in WPF/XAML?
I'm creating a standalone WPF app with multi-language support. I've found some great resources (mostly on SO) on how to store and access the strings as needed. This part is pretty straightforward and ...
2
votes
1answer
421 views
Multilanguage sites: Left-to-right and right-to-left
I see some good suggestions in SO for creating multilanguage websites in JavaScript including this article on JavaScript internationalization. However, I am finding it more difficult to determine ...
2
votes
3answers
252 views
Does PostgreSQL have Good Multilanguage Support on Windows?
I am about to use postgres for my website but want to know if it has good multilanguage support before I spend time with it.
2
votes
3answers
729 views
Passing data types from C++ to Java/Java to C++
What data types can be passed between c++ and java/java to c++? Also, are the data types equivalent in terms of size?
2
votes
3answers
450 views
Are there any command line TMX editing tools (multilanguage support) for Linux?
I'm building an application with multilanguage support in TMX. I've found some editors for windows, but since I'm developing on a remote server, I'm looking for a command line tool for linux to ...
1
vote
1answer
25 views
Magento translate tags
i have a magento installation wich works pretty well.
So far so good, i've set up different Store Views to manage the store in different languages.
Now, i have the following problem:
I've set up tags ...
1
vote
1answer
29 views
Codeigniter internationalization library how to save user's language choice
I am using this multilanguage addon http://codeigniter.com/wiki/CodeIgniter_2.1_internationalization_i18n to make available my codeigniter sites in various idioms.
I have this php code with echo ...
1
vote
1answer
86 views
Multi-language site - one domain or multiple domains?
Which one is the best way to contruct a multi-language site if you want the most effective SEO?
Use a single domain?
www.domain.com/en
www.domain.com/de
www.domain.com/dk
Or use multiple domains, ...