Refers to the use of more than one (natural) language. This does not refer to the use of multiple programming languages.
-2
votes
0answers
14 views
Zend framework, change user session value using jQuery, Ajax [closed]
In my ZF multilingual project, I need to write a simple code in jquery or ajax in footer.phtml, which will do the following:
By clicking on one of the flags (en or de), in the server-side session the ...
0
votes
1answer
33 views
Suggestion about structure and logic of multi-language website
I started a website and now it needs to be in different languages. The website
is a simple product showcase with a few news. I'll briefly explain my structure:
www.website.com is the root and for ...
1
vote
1answer
23 views
build app package with Multilingual App Toolkit
There is a strange thing, when I build the app package in IDE using Create App Packages wizard, the multilingual is correct.
But if i build it with msbuild.exe in command line, like:
msbuild.exe ...
0
votes
1answer
13 views
Good practice for multilingual html SCORM content
This is more a "theoretical" question rather a technical one.
I need to create SCORM e-learning content, pure HTML-CSS-Javascript without any server side technology and this content must be ...
0
votes
0answers
9 views
Django-CMS multi-regional and multilingual subsite
We have to create multi-regional and multilingual web site. For example:
http://mysite.com/jp/us/ For Japan in English
http://mysite.com/jp/jp/ For Japan in Japanese
http://mysite.com/au/us/ ...
5
votes
4answers
71 views
Get word count from a string in Unicode (in any language)
I want to get word count from a String. It's as simple as that. The catch is that the string can be in an unpredictable language.
So, I need a function of signature int getWordCount(String) with the ...
0
votes
2answers
41 views
How can I replace the screen reader audio with a prerecorded audio file?
I work on a multilingual website that will contain many languages that are not normally written, and I wonder if there are any ways to get this working for people using screen readers? Is it possible ...
0
votes
1answer
18 views
Multilingual entities with inheritance?
I need some multilingual entities in our application and I want to know what are the best practice for that.
Currently it solved with an 1:n relation, because there general information and language ...
1
vote
1answer
12 views
I need to remove /en from all URLs, would like to use .htaccess
Using Joomla and trying to stop using JoomFish, but for the time we did use it, other sites linked to our pages as "basedomain.org/en/everypage". Now those links go to 404 errors.
How do I use ...
1
vote
3answers
104 views
Reasons for using lex/yacc alternatives?
About once a year I have to develop or at least design a grammar and a parser - that appears a constant of my working life.
Every time I'm facing this task, thus about once year, I, quite a lex/yacc ...
-2
votes
0answers
20 views
How optimize multilingual web with summer a winter version [closed]
I have website skibila.cz, now they said, that they need multilingual site with summer and winter design with different contents.
Because of different content in summer and winter version, I don't ...
-2
votes
0answers
49 views
Spanish-English Translation Dictionary [closed]
I have written a very basic English to Spanish translator in java/C# using the English-Spanish Dictionary File from: http://www.june29.com/IDP/IDPfiles.html
Unfortunately it only has around 7,500 ...
-2
votes
1answer
46 views
Unicode support fonts [closed]
i need to select the fonts for my application as the control fonts in my application are of ASCII type fonts and it can't supports all the Unicode fonts, please suggest some fonts that would support ...
0
votes
0answers
15 views
Need Help htaccess multilingual website
Hello there i am kind of a newbie in htaccess and although I have searched many posts I still can't get around to what I want to do, which is :
to convert ...
0
votes
2answers
98 views
Split Multilingual String into words c#
I'm using return Regex.Split(s, @"\W") to split string into words.
my input string is 怀了双胞胎,顺产还是剖腹产比较好呢?[Pregnant with twins, natural delivery or caesarean section is good].
its working fine for ...
0
votes
1answer
41 views
Django rendering multilingual manytomany fields
I'm quite new on using Django and I have some trouble to render specific manytomany items as forms in respect to their language. What I tried to do is the following.
from django.utils.translation ...
2
votes
1answer
20 views
WordPress in other languages
I would like to set WordPress theme to be in a language other than English, but I would like to keep the control panel of WordPress in English. How do I accomplish that?
Changing define('WPLANG', ...
0
votes
1answer
67 views
Unicode is not supporting in vb6
we have a application written in vb6, we also have the multilingual support for this application, we provide all the user message along with the ID's in .LNG file but application is not supporting the ...
0
votes
2answers
35 views
sql server collation for multi lingual data
I am working with sql server 2012 and its the back end for an asp.net mvc multi lingual application.
I have set the collation on the database that powers the front end to ...
0
votes
0answers
29 views
Multi Lingual Text display in Java jTextArea
I am receiving some Text from the MDB file which is not in English (look like french).
MS Access Displays it properly. I need to display it jTextField.
How this can be done?
I can not have predefined ...
0
votes
1answer
21 views
Maintaining multi language store
I am new to magento. I have created one site with multi-language store.
One is in english while the other one is in italian.
Problem with italian store is, only half of the page is translated into ...
0
votes
2answers
21 views
URL with domain substitution in javascript
We have a website, www.domain.com, which we want to also publish in other languages like fr.domain.com, jp.domain.com, etc. Each language subdomain will be a separately managed site, it is not a true ...
11
votes
3answers
272 views
Different languages in different parts of application
I have a multilingual Qt application, where I have the following problem
The bulk of the UI should be translated to match the language of the system locale
The application can also print various ...
0
votes
0answers
19 views
multilinguality without localization in android, but via button
my little issue this time is the following:
I want my app to be multilingual.
The user should be able to change the language by a simple button press. for that i created two valuesfolders ...
1
vote
2answers
23 views
execute a script on each page java-ee
I'm trying to build a multilang website and for that I have to identify the user lang
The script is ok but I don't know how to execute my script on all my pages.
I have two ideas but I think there ...
1
vote
1answer
46 views
Multilanguage website in umbraco and content publish dates
I have a multilanguage website in umbraco (developed according to this article). My problem is that the english version content was copied to the 'en' node some time after the content in original ...
2
votes
1answer
53 views
Does meta tag “charset=utf-8” ensure the correct visualization in any browser?
I am working on a website with multilingual characters (Latin,Cyrillic,Japanese, Chinese and so on) mixed together.
I've used the following meta-tag to ensure the correct visualization of the ...
1
vote
0answers
24 views
Multilingual Site - Redirection
I am trying to implement a language based redirection. Our site has sub-domains for different languages ie es.domain.com // de.domain.com etc. What i am trying to do is include the following code on ...
0
votes
1answer
28 views
URL and database routing based on language
I have URLs in the following form:
http://example.com/[language_code]/xxx
I need to do:
1. Based on the language code, I want to select appropriate DB or raise Http 404 if language code is not ...
3
votes
2answers
88 views
Android Multilanguage support
I have android application developed in English language and also have content in English. Is this possible that all texts are converted in other language like in Chinese or Japanese, then How? some ...
1
vote
1answer
147 views
Starting a multilingual site in Laravel
I'm about to create a multilingual site where English will be used for the public pages then Arabic for the Admin. I've never worked on this before and am unsure where to begin. Maybe those who've ...
1
vote
0answers
41 views
Multilanguage site by virtual subfolder (Apache)
I want to have an architecture like that on a multilingual site :
www.mydomain.tld/en/mypage
www.mydomain.tld/fr/mypage
I have multiple Rewrite rule like that :
RewriteRule ^mypage$ ...
1
vote
1answer
35 views
Is rel=canonical needed in same content pages with translated titles?
For each page I have several versions, one per language. Each has its own links:
mydomain.com/page
ja.mydomain.com/page
Both display the same content, with the headers translated to a different ...
0
votes
2answers
39 views
how to setup drupal multi language site
I was searched and read many websites but can't find how to set up drupal multi language website.
I want to use 2 languages in a site.
These 2 languages have different content. (not content ...
0
votes
0answers
35 views
Umbraco V6 404 not handled properly according to culture
I have an umbraco site (umbraco v6), and I have set up custom 404 handling as per http://our.umbraco.org/Documentation/Using-Umbraco/Config-files/umbracoSettings/index. My content tree is as follows:
...
0
votes
2answers
222 views
How to create dynamic multilingual web application using Asp.net 3.5 and c# 3.0
I have a web application in english language. My client wants it in Arabic. I have a lot of work with database. When I searched multilingual solution I found that we have created a resource file where ...
2
votes
2answers
62 views
Is this the correct aproach for multilingual data in a database?
I'm currently developing a website where certain dynamic data must be available in various languages. The languages for now are three but the idea is to add more in the future.
Imagine this first ...
0
votes
1answer
38 views
How can I configure the Windows' “GUI is not responding” dialog?
In these rare cases where a long I/O operation is performed with a possibly corrupted disk,
I change the mouse cursor to Hour Gloss.
However if the user keeps clicking, the windows shows the "GUI is ...
1
vote
1answer
30 views
Differentiate lists according to translations
I have a multilingual field which i used hvad package.
I have a script like below, which i use for the tastypie dehydration.
array = []
for t in bundle.obj.facilities.filter(foo_type = ...
0
votes
4answers
111 views
How to develop the site to switch between multiple languages?
I have developed the website in html5. In this I have an language selection option, now it is in English. If I select any other language, then it should show the contents in that language. I don't ...
0
votes
0answers
18 views
How to create multi-lingual in asp.net
I want to create multilingual Application in asp.net.
so I had done few practices but I'm not able to do completely.
ex: I created a form with one dropdown list from where user can select the ...
0
votes
0answers
100 views
ASP.NET - Visual Studio: Fill a paragraph with text from resource file
We are trying to make a multilingual website in asp.net (visual studio 2010). I generated a resource file for all strings and I already translated those to the different languages. My html file ...
1
vote
1answer
58 views
Multilingualism in already completed project? [closed]
I'm working on a project which is in very advanced stage of development. We have new customers which want multilingualism. The project is huge and we have to place all strings in the code files into ...
0
votes
1answer
32 views
ASP.NET Read Resources values
I have two .resx files: en.resx and he.resx, in the folder App_LocalResources.
I already have two buttons in my web page, clicking each one is supposed to "switch" to the other language's resource ...
0
votes
1answer
101 views
Execute a stored procedure inside textbox
Is it possible to execute a stored procedure inside a textbox? We need this to localize our report. For example we have a stored procedure which returns the localized text for a given Key and a given ...
1
vote
0answers
24 views
multi lingual url's with encoding issues
I have an asp.net mvc 4 web application that is multi lingual. For SEO purposes, Url's are localized to the language of the site.
This has caused some issues, in particular for Cyrillic. The url's ...
0
votes
1answer
46 views
Internationalization with db driven content
I am working on a CMS like system, there will be content in multiple languages.
I have a model as follows:
class Content{
// id
// datetime
// content
// language or culture?
}
My ...
1
vote
1answer
27 views
How to have different style files in multilingual website using Drupal 6?
I have been developing a multilingual website using Drupal 6. The languages are English and Spanish. I want to have some different backgrounds and css for them. But both use just style.css.
How can I ...
0
votes
1answer
25 views
Need help to change TextView
I'm trying to change a text dynamically for a TicTacToe game.
leTexte = (TextView) findViewById(R.id.text);
I want to put on screen a TextView wich is going to change, for example if the player X ...
3
votes
1answer
48 views
Django multi-lingual site : how to?
I want to have my website in three languages and allow user to change preffered language somewhere in my template. My models will need translating. I found a few libraries perhaps I should use :
...

