multilingual

Simple multilingual CMS?

Hi, 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 domains. It's OK if the language support is provided by a plugin/extension. For example I want example.com to point to English and example.f...

What would be a good "CMS" for me to use?

Hey, I'm looking for some sort of CMS system to implement here in terms of "documentation" system. Now, I'm not to sure about which system(s) would suit my needs best, so I thought I'd come here and type up my requirements so you could help me in narrowing down all the different options. One important note to make is that I'm not looking...

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 installed the software in a chinees os , but it displays the message in english only. i'm using "string table" (Resource File) for this problem. ...

Problem with Xcode and iPhone preference files

Hi, I created four language files for my app: two for the preferences and two for the strings. I added them into Xcode and it works great on the phone but the string files are shown as "Localizable.strings (de)" and "Localizable.strings (en)", while I have two files called "Root.plist" under the "Settings.bundle" in the groups "de.lproj...

Can't view Hindi words

I am not able to browse Hindi words in my multilingual site in php. ...

cannot find "language settings" in sharepoint server 2010

i want to use multilanguage support in sharepoint , so after installing language pack and reconfiguring sharepoint i couldn't find "language settings" under site administration in site settings any ideas ?? ...

Korean keyboard handling is different on Win 7 Ultimate K then on a regular Win 7

Hi, I have a Win32 application which hosts a windowless flash activeX. When I'm trying to enter Korean keyboard input on a regular Win machine (after adding Korean support), everything works fine. However, when I trying the same thing on a "real" Korean windows (Win 7 Ultimate K), the text comes out strangely. I.e., pressing the "z" but...

Which Django 1.2.x multilingual application to use?

There are a couple of different applications for internationalized content in Django. As of now I only have used http://code.google.com/p/django-multilingual/ in my production environments, but I wonder if there are "better" solutions for my wishes. What my staff users need is the following: An object is being created by a staff user ...

Multilangual website using ASP and a database

i want to consult about something i do. my website has 3 languages. Hebrew (main), english and russian. i am using a database having a table with the fields: ID, fieldName, 1, 2, 3. where 1 2 3 are the languages. upon entering the website language 1 (hebrew) is chosen automaticly until you choose another. and saved as a session("curre...

how to add multilingual feature for site information in drupal using i18n

i want to add multilingual feature for slogan and mission in the drupal site information. I tried adding: $conf['i18n_variables'] = array ( 'site_name', 'site_slogan', 'site_mission', 'site_footer', 'anonymous' ); to settings.php, but that is not working. I am using drupal 6.17 ...

problem in display of hindi words in multilingual site

I am developing one php site in 8 languages . For that i have implemented following method 1. I have set Collasion of the database to utf-general-ci . 2. For the hindi font I have installed SHusha font on my localhost. 3. I have created .eot file of shusha.ttf 4. embed the .eot file in ccs. 5. Also created .pfr file and inclued in the p...

How to use multilanguage database schema with ORM?

Good day! I'm searching for the best way to implement multilanguage database schema, the approach I use is the same as here: http://stackoverflow.com/questions/929410/what-is-best-practices-for-multilanguage-database-design (one table with language neutral data and one for all translation). It seems to be good and clean and doesn't limi...

how to translate menu items in wordpress 3.0

i've installed the wpml plugin and pages, which are displayed under main navigation, can be translated. but, when on front page i switch languages, the main menu disappears. can anyone tell me the proper way to translate menus in wp3 ...

The easiest way to have a multilingual django site?

Hi 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. When I started the site, I made an ugly "hack" to get a dual lingual site, so the result is not pretty: Here is my model: class Entry(...

How to do an app with truly multilingual strings?

Hi, 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 languages I know: spanish, english and polish. For english and spanish this is straight forward. But for instance, in polish 'years' can ...

multilingual mongodb mongomapper

hi all I have a category collection and each category has a array of hashes containing attributes names and units to create a inout form with, to add a product of that category. for example category car fields - {name : length, unit : mm}, {name : weight, unit : kg}. Problem is i would this site to be multi-lingual and therefore need ...

multilanguage website - Zend:How should be form element names, table column manes, free text etc.. translated ?

Hi, How should be form element names, table column manes, free text etc.. translated in multilanguage website on Zend Farmework. The body of websites already translated and stored in database but the rest not. Example for parts that not translated:Name, Phone: <form> <label>Name: </label> <input type="text"> <label>Phone: </label> <in...

Cakephp localization routes

Hi, My localization files (.po) work if I change the default language, but I can't make the routes working, here's what I've got atm: Router::connect('/pages/*', array('controller' => 'pages', 'action' => 'display')); Router::connect('/login/*', array('controller' => 'users', 'action' => 'login')); Router::connect('/logout/*', array('co...

Dear Santa - Storing multi-lingual data in serialised php in mysql!

Dear Santa, I hope you're reading this! I have to insert some data into a MySQL table. The data will be retrieved and then (at present) unserialized at which point the correct display language will be selected... I've managed to munge the data (text encoded with markdown) into a set of PHP statements, roughly along the following line...

wordpress posts/content in 2 languages

I'm setting up a wordpress 3 blog and we need to be able to write and manage content/blog posts in two languages. What's the easiest way to accomplish this? Are there any WP3 plugins that make this process possible? The solutions should work on the latest version of wordpress (3.0 right now) and we would like to keep titles/keywords/de...