0
votes
3answers
47 views
Localization of string literals
I need to localize error messages from a compiler. As it stands, all error messages are spread throughout the source code as string literals in English. We want to translate these …
2
votes
1answer
39 views
How to get all 6 neighborhood cell ids on Android
Is there any API that will give me those 6 neighborhood cell ids on Android, or shall I try to send AT commands to the Android modem.
If someone could explain that to me I would …
0
votes
1answer
21 views
Locale change in Windows Vista isn’t being reflected in .NET application.
I have changed my locale to English/Great Britain (en-GB) as described here. When running my C# .NET application, I was expecting that Thread.CurrentThread.CurrentUICulture and Th …
0
votes
2answers
30 views
Attempt at database localization using table-valued functions
Hi !
I'm looking for opinions on the following localization tehnique:
We start with 2 tables:
tblProducts : ProductID, Name,Description,SomeAttribute
tblProductsLocalization : Pr …
2
votes
1answer
47 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
2answers
26 views
Localization of HTML documents?
XML documents can be localized by referring to an external DTD document that contains the translations. For example in Mozilla XULRunner it looks like this:
<?xml version="1.0" …
0
votes
1answer
16 views
Localization ground rules
I've just submitted my first localized app to the iPhone app store the other day. I decided to do it to learn about application localization, and because my app was simple enough t …
0
votes
3answers
36 views
ASP.NET localization--where are the international resource strings?!
I just started working on a new International project. All strings in the markup of ASPX pages are instead System.Web.UI.WebControls.Localize controls with "meta:resourcekey=" attr …
0
votes
1answer
19 views
moving to App_GlobalResources
The shop that I work at basically has developers creating controls and a backend platform, and producers to skin and customize sites for each client.
We are currently using resx f …
0
votes
1answer
71 views
ASP.net MVC Localization | why do it the difficult way?
Main question:
Why use custom localization helpers if there is something built-in doing the same already?
Long story
Currently I have been reading many options to localize your …
0
votes
1answer
15 views
Is there a localized membership status message in the framework?
I'm using the membership provider to create a new user. The membership status I return can be any value from 0 to 11, each value being a different status.
Is there a way to get a …
1
vote
3answers
25 views
Decimal separator in Sql Server 2008
What do I need to change in Sql Server to be able to store values like "2,1" in a decimal field? Right now I have to have dots like "2.1".
I have Finnish_Swedish_CI_AS collation …
1
vote
2answers
18 views
MySQL :: Connector/Net euro sign
My MySQL database can store the euro symbol just fine (as I have tested with a native MySQL client (HeidiSQL)). But with the MySQL .NET connector my ASP.NET application is using I …
0
votes
2answers
44 views
About android market to upload an application
When my app upload to android market,Upload assets have a warnig message about this:
"This apk requests 1 permissions that users will be warned about
android.permission.INTERNET"
…
0
votes
2answers
49 views
How to force NSLocalizedString to use a specific language
on iPhone NSLocalizedString returns the string in the language of the iPhone.
Is it possible to force NSLocalizedString to use a specific language to have the app
in a different la …
