Questions tagged [multilingual]

Refers to the use of more than one (natural) language. This does not refer to the use of multiple programming languages.

Multilingualisation (or "m17n", where "17" stands for 17 omitted letters) of computer systems can be considered part of a continuum between and :

  • A localised system has been adapted or converted for a particular locale (other than the one it was originally developed for), including the language of the user interface, input, and display, and features such as time/date display and currency; but each instance of the system only supports a single locale.
  • Multilingualised software supports multiple languages for display and input simultaneously, but generally has a single user interface language. Support for other locale features like time, date, number and currency formats may vary as the system tends towards full internationalisation. Generally a multilingualised system is intended for use in a specific locale, whilst allowing for multilingual content.
  • An internationalised system is equipped for use in a range of locales, allowing for the co-existence of several languages and character sets in user interfaces and displays. In particular, a system may not be considered internationalised in the fullest sense unless the interface language is selectable by the user at runtime.
3229 questions
1
vote
2 answers

Redirect visitor from one domain to another but keep the requested domain name

So I have a client who wants to have a multilingual web site that can be accessed by 2 domain names: domain_name_1.ru domain_name_2.ee (default) The client doesn't want to log in and out every time he/she needs to create content for both sites. The…
Laniakea
  • 894
  • 8
  • 27
1
vote
3 answers

What's the best way (to avoid modifying repeated code) to build multilingual web pages

What's the best way (to avoid modifying repeated code) to building multilingual web pages? I know how to build a multilingual web page without having to modify CSS and Javascript files. But I can't think of a neat solution for HTML and Php files.…
alexchenco
  • 53,565
  • 76
  • 241
  • 413
1
vote
0 answers

.htaccess mask domain directory to another domain

I'm having a multilingual website with primary domain "example.com". When you select english language then you are at "example.com/en/". I'm focusing SEO for UK and I have the domain "example.co.uk" parked on my main domain. What I want to do is,…
1
vote
1 answer

Android language support: English only

I published an application in English. I do not have a plan for multi-language support yet, so the first version supports default language only. I added ads(admob) for the second version, and localizations suddenly changed to default + 56…
1
vote
2 answers

how to manage chinese language when sending it in request on web service.

when sending a request on web service from android, it become question marks(?) on web side. {CategoryId=5; CategoryName=開胃; CategoryDesc = 開胃; } but in app it display like 開,胃
Ankit
  • 483
  • 7
  • 24
1
vote
3 answers

Codeigniter language

I wanna make a multilanguage website, but I do not want that the language appear in URI like example.com/fr/about (I do not want this). I just want to change the text language. My problem is that the first load language that I do is for ever.…
Bytes
  • 11
  • 1
  • 1
  • 2
1
vote
2 answers

Multilanguage with Firemonkey (Delphi)

I'm looking for a solution to change the language at runtime. (Firemonkey / Delphi) TLang works, but I get weird strings in an empty project. (e.g. Samsung Galaxy Nexus and other mobile stuff) And I prefer another solution and not string-replace…
conanmichi
  • 53
  • 1
  • 8
1
vote
3 answers

android multi language for spinner list item

I have a list spinner item in English. When user choose an item, press Confirm it will save value for selectedItem in spinner to SQLite as a password. Now the app support other language, the value in spinner change base on the language but it's must…
1
vote
2 answers

Multilingual Website HTML best solutions

I am currently building an HTML web site and i need the make it multilingual ... so i was asking what are the best solutions? Should I use sub domains http://en.mysite.com, or make it simple, e.g.: mysite.com/en/index.htm…
Sherif
  • 1,477
  • 1
  • 14
  • 21
1
vote
3 answers

Magento remove store code for default store view

I've Magento multilanguage store and I need to add store code to url. In this path System > Configuration > Web > Url Option > Add Store Code to Urls I've turn ON, then I see in url as such site.com/en (default), site.com/br (brazillian). How I can…
Donnie
  • 373
  • 2
  • 7
  • 28
1
vote
1 answer

Multilingual webforms or mvc from SQL Server

This is more of an advise / best practice question that I'm hoping someone has come across before and can give me a steer. I need to build a web application (the client would like webforms because that's what their developers know for when i hand it…
Lost-Hedgehog
  • 29
  • 1
  • 5
1
vote
1 answer

How to provide multi languages support in single page applications?

We want all our static resouces(HTML, CSS, JS) to be static pages(rather than being rendered at server), but encountered problems. In order to support multi languages, we have to embed the contexts of different languages in our code. As a result, in…
jiyinyiyong
  • 4,586
  • 7
  • 45
  • 88
1
vote
4 answers

Add language support in liferay theme

I am creating theme using liferay 6.2. I need to add language support in my theme. For this I try to add language portlet by using $theme.language() in portal_normal.vm. By this portlet is added to theme but it did not work. Also I tried by …
Learner
  • 976
  • 14
  • 29
1
vote
1 answer

search with national / multilingual chars with java and oracle

Java, hibernate + oracle. Users are stored in datababase and have national characters in their names (ü, ß etc). Now I need to create a convenient search function. Example: when user type 'do', 'dö' or 'doe' then entry 'Fidörner' should be found.…
piotrek
  • 13,982
  • 13
  • 79
  • 165
1
vote
1 answer

pretty url with .htaccess and QUERY_STRING

i've got some lil problem with my htaccess. My Links: http://example.com/log/?lang=en where log - it's a different directory and lang (en or uk or ru) But I want some pretty url LIKE: http://example.com/en/log/ Before I user regex: RewriteRule…
Logan
  • 13
  • 6
1 2 3
99
100