Tagged Questions
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 ...
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
57 views
What's the best practice to deploy localized documents in Android app?
I would like to deploy multilingual documents in my Android app directly inside my apk in order to access them offline.
Documents placed in the raw directory can do that but I can't keep any folder ...
0
votes
1answer
30 views
Language localization only working in debug mode
I have setup support for multiple languages in my application. I have localized the form, set all labels and also built my resX files holding the translated messages. This all works fine while running ...
2
votes
3answers
143 views
Whats the best & fastest method to support multi language in PHP Application
Though there are lot of similar questions already asked here, I didn't find the answer i was looking for..
What's the best way to develop multi-language application, It should be very fast.. and i ...
0
votes
1answer
144 views
CakePHP Internationalization locale codes
I have some troubles with locale codes in CakePHP 1.3 (but also applicable for 2.0)
I am using the 3 letter codes for the languages but some codes are not available. For example I would like to setup ...
4
votes
3answers
155 views
Seeking source for localized Countries, Languages and Region names
I seek a source for the world's main language names, country names, and territory names, localised into a long list of languages.
Example of localised names of languages:
EN EN English
EN ES ...
1
vote
1answer
240 views
Better way to develop a multilingual application in Flex
I'm planning to create a multilingual app in Flex. My approach is kind of the following:
To have an XML with all the phrases in application...
<mx:Script>
<![CDATA[
public var ...
0
votes
0answers
139 views
How to place Globalization & Resource Files in to a subfolder to stop cluttering the root of my project?
I have two Projects:
Globalization
- Files
- Resources.resx
- Resources.fr-FR.resx
- Resources.zh-CHS.resx
MyProject
MyProject references Globalization and uses strings from the resources ...
1
vote
1answer
191 views
Multilingual App Toolkit for web applications
I have come across this very interesting tool for Visual Studio 2012 development of windows apps called Multilingual App Toolkit - further information here
This is very clever how it generates ...
0
votes
1answer
163 views
information on gotchas for multi lingual application [closed]
I am currently working on .net 4.5 application that contains multi lingual data.
I am new to this so I am looking for resources that explain concepts such as encoding for different languages, ...
0
votes
1answer
472 views
How Can I Develop Multilingual Web Application
I have developed a multilingual web application with Asp.Net. I want to a question for this.Should i use Globalization or Cookie?Which one is true selection?
0
votes
1answer
111 views
Dynamically change Text value
I'm trying to implement a multilingual WPF application, I've a problem and I don't know how should I deal with this situation. Let's say I have 2 .Resx files and a TextBlock element which its Text ...
-1
votes
2answers
152 views
Multilingual website testing - I am not able to type in French?
I am creating a website using ASP.NET that supports multiple languages. For that I have created a local resource file for my login.aspx page. I want my login page in different languages like french, ...
8
votes
1answer
399 views
Multilingual web application change div text?
I am working with asp.net web application multilingual site.
I am using following link :
http://techaxe.com/2010/09/04/creating-multilingual-website-using-asp-net/
Here we have file in my ...
2
votes
1answer
234 views
ASP.NET 4 web forms routing and page resources
I'm creating a ASP.NET 4 web forms application, which is multi-lingual. All is going well, and I've been creating local resource files for each page in the App_LocalResources sub-folder of each ...
1
vote
1answer
426 views
I have a multilingual website. How do I add parameters or a URL without too much work?
I have a company website (Visual Studio / VB / ASP.NET 4.0). I localized my website in 10 different languages and cultures.
The Problem: Although @Stefan noted that Google will not punish me for ...
0
votes
1answer
551 views
How do I create canonical meta tags for mutli-lingual websites to improve SEO?
I have a company website (Visual Studio / VB / ASP.NET 4.0) and it's now localized in 10 different languages.
The problem: My URLs do NOT change when switching from, say, English to Swedish. Only ...
0
votes
2answers
130 views
Make a translation for PO files
We are working on web application in PHP and use gettext to handle strings for translation. Here is my question what we are struggling right now.
If we use kind of words/id for a string for example ...
2
votes
1answer
2k views
How to do ASP.net website in english and Arabic
I can do the multilingual website in asp.net when language is similar ( dir=ltr for example English, Spanish, French). I would like to know how to do the same when one language dir=ltr (English) and ...
0
votes
1answer
65 views
Internationalization, Localization and Native American languages in Windows
My co-workers posed an interesting question to me a few weeks ago, and I was wondering if you all could help, or at least point me in sort of the right direction.
I work for a tribal casino, and one ...
1
vote
2answers
203 views
Internationalizing a web application
Not sure if stackoverflow is the most appropriate place for this question.
I am currently building a web application that will manage content, ecommerce and allow users to participate.
I am using ...
3
votes
2answers
1k views
c# How to deal with Newline character, when moving strings to resources for Localization purpose?
I am writing a application in c#.For the localization purpose, I am moving all of my strings to resources.
Some example of strings:
"First sentence.\n Second sentence."
"wait..."
In first string ...
0
votes
1answer
198 views
clear page cache when language changes
I have my .net web site set up to cache rendered pages in the browser.
My site is multi lingual so when the user selects a different language on the site, I want to the browser cache to be ...
1
vote
1answer
210 views
multi lingual website html setup
I am currently setting up a multi lingual website that is to support different languages, english and spanish for starters and french in the future.
I have the content etc localized but now I want to ...
3
votes
2answers
386 views
What are the reasons to use or to not use PHP's native gettext versus a self-build?
To make my application multilingual I'm wondering if there are big advantages to GNU's gettext or if there are big disadvantages of building your own 'library'.
Also if 'build your own' is more ...
0
votes
1answer
69 views
Trying to find a good writeup of the challenges of localisation/translation
About a month ago, I came across an amazing blog post about the challenges of translating software, where the author had a theoretical program to translate into 5 or so different languages, and the ...
3
votes
2answers
3k views
Code for multilingual support in android
I need to develop an application which works in English and Japanese both.
I need language change for only my application and rest all other phone applications should be in default language.
Please ...
11
votes
5answers
354 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 ...
0
votes
2answers
418 views
SQL Insert multilingual characters
I am trying to create a table in my MS SQL database for Languages.
I want to store an English name of Language and a local name of language in the database.
i.e.
Language, Language(local)
English, ...
0
votes
1answer
314 views
Howto install single language of multilingual winforms application
I have a winfroms application, which I need to support in multiple languages. I would love to have a possibility to offer to the user during the installation setup (default Visual studio setup ...
2
votes
1answer
233 views
Multi lingual setup for windows application?
We are developing a windows application in .NET(C#)
IDE used is Visual Studio 2008.
We are using localization to run the program multi lingually.
What we would like to know is how to make the ...
0
votes
1answer
470 views
Cakephp localization routes
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', ...
6
votes
4answers
3k 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 ...
0
votes
2answers
2k views
Multiple Language (English, Dutch, Finnish, French, Hungarian, Bangla, Italian,) in ASP.NET with SQL server !
I am developing a web Application in ASP.NET 3.5 with SQL Server 2008. I need Multiple Language such as English, Dutch, Finnish etc. I can do it by using System.Resources and System.Globalization. ...
1
vote
2answers
1k views
How should I add multi language support to my web app across PHP, JS and Template Files?
I'm building a website that needs to support different language translations. I have strings in PHP, JavaScript and Smarty Template files that need to translated.
I want to use something like PHP's ...
4
votes
3answers
344 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:
...
1
vote
3answers
1k views
ASP.NET MVC 2 / Localization / Dynamic Default Value?
In an ASP.NET MVC 2 application, i'm having a route like this:
routes.MapRoute(
"Default", // Route name
...
1
vote
1answer
269 views
Translation issue - wrong language is displayed by default
I have just started writing a multilingual application for the very first time. I have read about the concept of language resource files and I think I get the main idea. I have tried to implement it, ...
2
votes
3answers
576 views
What Should I Know and Consider To Create Multi Language Web Site
I'm Creating a Multi Language website with at least 5 language, what should I consider
4
votes
3answers
1k views
Best practices for multi language site across different sub domains
I am looking to build a site in ASP.NET. I need it to be in french and english with the domains setup like so:
en.mysite.com
fr.mysite.com
I do not want to duplicate code or have to upload the ...
20
votes
8answers
9k views
What's the best database structure to keep multilingual data? [duplicate]
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)
...
2
votes
5answers
152 views
Country agnostic academic level representation
my product owner came to me with this problem:
Our application supports multi-language and is used by users in different countries. OK!
On a form the user is asked to supply the academic level of a ...
0
votes
6answers
2k views
How to achieve multilingual support in ASP.NET
I want to internationalize my asp.net application. How to do this? What steps exactly do I have to follow?
3
votes
2answers
708 views
ASP.Net / MySQL : Translating content into several languages
I have an ASP.Net website which uses a MySQL database for the back end. The website is an English e-commerce system, and we are looking at the possibility of translating it into about five other ...
0
votes
1answer
159 views
Multi-lingual Applications
I came accross this thread about multi-lingual applications. I really liked the second answer and I am trying to implement it. Can I ask if anyone has example codes of the search scripts and of a ...
1
vote
2answers
606 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 the requirements is ...
1
vote
1answer
684 views
Plone navigation with one-language-per-folder site
I am developing a multi-lingual site with Plone. I want to have one language per folder but the Plone navigation UI is causing problems.
I have several different folders in my root, such as en, de, ...
2
votes
1answer
484 views
Problem in accessing localized string in ASP.NET MVC application
I created an ASP.NET MVC application and added 2 resource file for about.aspx page in the project. It looks like this:
Then I modified the About.aspx page as following:
<asp:Content ...
4
votes
2answers
513 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)?
