0
votes
0answers
5 views
Specify cultures supported by application
Is there any way I can restrict my web application to certain cultures? So that .Net determines culture automatically, but the choice is restricted to these cultures.
For example, I would like to …
0
votes
1answer
39 views
PHP: RegEx vs. ctype_*
Dear all,
several months ago, you provided a perfect solution for my IsAlpha & co issues. But once again, I ran into issues after upgrading PHP (to version 5.2.9), although the ctype_* functions …
1
vote
1answer
43 views
How to use GNU gettext with MS Visual C++?
Is it possible to use GNU gettext with MS Visual C++? Does someone know where to find a sample project that compiles under Visual C++?
Update:
Thanks to Sorin Sbarnea for his comments which help me …
2
votes
2answers
66 views
How can I determine if iPhone is set for 12 hour or 24 hour time display?
I thought I saw something answering this on SO recently but now I can't find it. Here is the code I am using now to determine if settings are for 24 hour time display. It works for me in the US, but …
0
votes
1answer
28 views
ASP.NET MVC+ multilingual page
Hello,
I'm developing a website using ASP.NET MVC. The website should handle multiple languages.
I would like to ask what are the best practices of handling multiple languagues - both for "static" …
0
votes
2answers
14 views
Issues with Sandcastle : localization and filename casing
Hi,
I'm using Sandcastle Help File Builder to build the documentation for an open source project, and I'm facing two issues :
The documentation content is in French. I set the language to French in …
1
vote
3answers
111 views
Catch missing local resources in resx files.
Hi,
I have many resource files, in many different languages.
Lets suppose for example we are supporting 3 languages (en, de, fr), and have this file:
common.resx
common.de.resx
common.fr.resx
I …
1
vote
4answers
71 views
.NET Exceptions - localization
With applications now being developed for users of many nationalities, localization is very important. I read on firefox's web site it is available in 70 languages. This increases their potential …
2
votes
1answer
47 views
.NET counterpart of Java’s locale’s variant: does it exist?
Are there localisation mechanisms available under .NET (out of the box) that support something like Java's locale's variant?
Beside the language and country I would like to be able to have a variant, …
1
vote
2answers
124 views
How can I get the date but not time from NSDate
Hi.
I need the date as a string but not the time and it has to be localized.
So for example USA should be Sep 25 2009 but for New Zealand it would be 25 Sep 2009.
I can get the date into a string by …
0
votes
2answers
283 views
.resx file the page is currently using
How do you get the .resx file the page is currently using? For example, if I set culture to fr-FR on Default.aspx, it should give me Default.aspx.fr.resx or Default.aspx.fr-FR.resx or …
0
votes
1answer
11 views
using localizable property method versus ResXResourceSet method
Can anyone tell me what is more appropriate for different types of .net applications?
1
vote
1answer
44 views
C# app - How to move all resources out of the main assembly
For my C# apps I need to have default/neutral resources placed in a sattelight assembly, such that the output of a build looks like:
MyApp.exe
-AND-
MyApp.resources.dll <- containing …
0
votes
2answers
59 views
Borland C++ localization
I am currently using Codegear RAD Studio 2007. One of my company clients' decided that he would be interested in localized version of our software (to Russian - I don't know if it matters, that we …
0
votes
1answer
10 views
Need some help understanding sharepoint localization
Lets try keep this simple.
Given a SharePoint site (english) and a feature (localized with resource files) to English (default) and Czech (but could be any language).
Why do I need to install a …
