Tagged Questions

1
vote
2answers
37 views

ASP.NET component to edit .resx files

I'm developing a multilingual web site and the localization is done mostly by using .resx files. But now I need to enable users with some permissions to edit resource files online …
2
votes
2answers
40 views

Localization - CMS or Resource Files?

We've recently finished internationalizing a website and are ready to begin the, im sure, arduous task of localization / translation. The site is written in ASP.NET, and im lookin …
3
votes
1answer
66 views

How to code startup tips to be easily localized

I'm writing a new Java 6 Swing application and want to have a "Show tips at start-up" feature. I've done this before, but never with localization in mind. In the past, my tips di …
4
votes
2answers
26 views

Database of common translated phrases for localization?

I'd like to localize my app into a few other languages, all of which I can barely order a drink in. Does anyone know of an online resource for translations of common software menu …
1
vote
1answer
28 views

Translate .net application without different forms

I plan to translate an .net 2.0 application to different languages. For that I enabled the localizable attribute in every form. The problem with that is, that I have to apply chang …
1
vote
2answers
44 views

Explain the Need for Mutexes in Locales, Please

Reading the question Why doesn’t C++ STL support atoi(const string& ) like functions?, I encountered a comment which warned that GCC (at least) has a bug that can slow down mul …
6
votes
11answers
308 views

Is localization always “A Good thing”? [closed]

It seems that localization of your application is all the rage these days, and sure enough the people I know outside the IT industry seem to prefer it. I can't help but wonder if …
4
votes
1answer
57 views

What Is a Good Introduction and Tutorial on Internationalization and Localization?

My company uses an internally developed package to support internationalization/localization. However, it was developed some twenty years ago, and the libraries are restricted to o …
2
votes
1answer
20 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 …
0
votes
0answers
14 views

Getting localized string NOT from the main bundle…

I have folders of images within a top-level folder in the Documents folder of my iPhone app. I want to place the necessary strings, or plist in each folder so I can return a local …
0
votes
2answers
17 views

Localization of HTML used in ASP.net

Hello , I have a asp.net application, which used html templates to generate content and sends this in the email. The code to read the html file is as- private string LoadHtml(st …
1
vote
2answers
39 views

Resx tools for asp site

Hi guys i am coding a pretty large intranet based web system that needs to support multi language. i have in excess of 150 pages, each of which will have an associated resx file. …
1
vote
1answer
36 views

ASP.NET Web Services localization

I want to localize Web Service in ASP.NET application. I can write the following code to detect preferred client culture: CultureInfo culture = null; if (Request.UserLanguages!=n …
2
votes
2answers
86 views

Is there a tool to diff/merge/sort localizable strings files?

Localizable strings file which are used for Apple/iPhone apps localization have the following format: /* COMMENT */ "KEY" = "VALUE" Note that KEY is unique in a given strings fil …
0
votes
1answer
75 views

access system:string resource dictionary xaml in C#

Hello! How do I access the contents in a resource dictionary using C#? for example, here is my code in XAML: <system:String x:Key="NewGroup">New Group Name</system:Str …

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