Tagged Questions

2
votes
1answer
16 views

What is the best free XLIFF editor?

I'm localizing my Flash application. Flash keeps localization data in XLIFF format, this is an XML dialect. Several users from different countries want to help me with translation …
2
votes
2answers
44 views

boost to_upper function of string_algo doesn’t take into account the locale

I have a problem with the functions in the string_algo package. Consider this piece of code: #include <boost/algorithm/string.hpp> int main() { try{ string s = "me …
1
vote
3answers
46 views
+100

How to embed links in localized text.

Problem: I am internationalizing an ASP.Net MVC application, but sentences with linked text have given me pause. Take the following as an example: English: "Please login to con …
1
vote
1answer
32 views

Localized date and numberformats in GWT

I have a monolingual GWT application (English) and I would like to use localized date and number formats. I have added <inherits name="com.google.gwt.i18n.I18N"/> to my gwt. …
3
votes
5answers
171 views

How to add ^ to matlab ?

^ is the exponential operator in matlab. The problem with it is that isn'it isn't present on a lot of non english keyboard layouts, and if you use it a lot in your work, switching …
0
votes
2answers
51 views

Oracle Database Character Set

Hello how do I change or alter the character set of a database for it to support nihongo characters
1
vote
2answers
29 views

Setting floating point formatting locale for JSF / ICEfaces?

I am writing a JSF (ICEfaces) application using resource bundles to handle internationalisation. The application nicely applies the (default) Dutch "nl" locale for the resource bu …
1
vote
1answer
31 views

Internationalization on database level

Could anyone point me to some patterns addressing internationalization on the database level tasks? The simplest way would be to add a text column for every language for every te …
1
vote
4answers
123 views

Globalization in C#

Can somebody explain to me what is the use of globalization in C#? Is it used for conversion purposes? I mean I want to convert any English word into a selected language. So wil …
0
votes
2answers
48 views

Permalink/slug best practices

I'm about to setup permalinks on a website and I'm wondering what sort of conventions I should follow in regards to generating them from the existing table of news articles. So fa …
0
votes
1answer
30 views

Symfony - admin - FormFilter - is empty - i18n

Hi, we are in admin generator in filters in field. What is the most clearest way to translate is empty label under form fields? I've solve it by own setWidgets and setWidgets in B …
1
vote
3answers
47 views

Remember object state in PHP between requests

I am writing an application and I will have some dictionary values in many different languages. I know I could use GetText, but AFAIR files have to be compiled after editing, and I …
7
votes
9answers
260 views

Url format for internationalized web app?

Scenario The web server gets a request for http://domain.com/folder/page. The Accept-Language header tells us the user prefers Greek, with the language code el. That's good, since …
0
votes
1answer
11 views

Rails Globalize plugin help.

Has anyone gotten the Globalize plugin to work Rails 2.3.2 or later? If so, could you direct me to some useful info?
1
vote
3answers
34 views

The pains of creating a global application

Hey guys! I need to create a global application. This means it should work ok anywhere in the world, at any country (or most of them). It's a PHP website that will deal with money …

1 2 3 4 5 6 next
15 30 50 per page