In computing, locale is a set of parameters that defines the user's language, country and any special variant preferences that the user wants to see in their user interface. Usually a locale identifier consists of at least a language identifier and a region identifier.
0
votes
1answer
15 views
symfony 2 set locale based on user preferences stored in DB
I am trying to set the locale based on the current user's preferences which are stored in the DB.
Our User class therefore has a getPreferredLanguage which returns a locale identify ('en', 'fr_FR', ...
0
votes
0answers
6 views
Get original text when in another locale with Translatable / Doctrine
I'm trying to get the original value of a text when I'm in another locale.
My site is PT ( default ), EN and ES. In some pages, when I'm navigating in EN locale, I need to fetch de PT value of some ...
0
votes
0answers
8 views
What is the difference between Debian locales 'en_US.UTF-8' and 'en_US'
When I was installing Debian, I set the default locale to be 'en_US.UTF-8'. Then I was a given a list of additional locales, among which there is 'en_US' (yes, without the UTF-8). What exactly is ...
1
vote
0answers
22 views
speak with TTS such as Hindi
In my application , I wish to know if there is any tts engine that can read hindi text .
my code
tts.setLanguage(Locale.US);
unfortunately Hindi is not supported by Android.
See the list of ...
1
vote
0answers
22 views
Dojo 1.9 build 'multipleDefine' error while loading locale
My dojo application breaks after building, during loading the app, throwing 'multipleDefine' and giving this error:
Error {src: "dojoLoader", info: Object}
Message: multipleDefine
info: Object ...
0
votes
1answer
27 views
ZF2 Fatal error: Class 'Locale' not found
I am using ZF2 2.1.5 and trying to use the Alnum filter Zend\I18n\Filter\Alnum.
I have the php_intl extention enabled in my local wamp server but still getting the error :
Fatal error: Class ...
1
vote
2answers
16 views
different time results with Locale
SimpleDateFormat formato =new SimpleDateFormat("HH:mm:ss");
Calendar cal = Calendar.getInstance();
String fecha11 = String.valueOf(formato.format(cal.getTime()));
Locale locale = new ...
3
votes
1answer
40 views
java.text.ParseException: Unparseable date (German, Ukrainian)
I need to parse a date into 11 different languages. So far, only two are giving me trouble: German and Ukrainian.
package com.example;
import java.text.ParseException;
import ...
0
votes
1answer
28 views
IIS default datetime format
We have a WCF web service returns back some xml containing a datetime value as a string. The value is first read out from a database and then appended to an xml string using .ToString().
We have a ...
0
votes
1answer
17 views
Can I change default locale to use?
Is it possible to change default locale to use? I don't wanna explicitly tell withLocale each time I need to parse/print date.
1
vote
1answer
36 views
What is the difference between locale and Encoding ( Terminal )
I have tried a few ways to set the terminal 'encoding' from a c++ program.
All I could do is to change the locale. or the LANG variable.
Still I am able to enter characters which are of different ...
1
vote
0answers
39 views
Locale independed float input and boost::program_options/istringstream
I've developed a small application which waits for float values input through command line/boost::program_options .
Also some parts of the application use std::stringstream for formatting floats with ...
0
votes
0answers
7 views
Multiple web sites with different locales
We have one server on which we need to host several classic asp web sites (we are consolidating several old servers to one new one).
The old servers had different locales and now those that dont have ...
1
vote
1answer
28 views
How to customize the locale for javax validation
I've one class in java which I'm validating using javax.validation following this code:
ValidatorFactory validatorFactory = Validation.buildDefaultValidatorFactory();
Validator validator = ...
0
votes
1answer
21 views
Symfony2 locale in urls not working or I am missing something
I have a problem with symfony2 I set the fallback locale to en and default_locale to en .Then I add {_locale} to the routing file. From the controller action called I get the correct locale in the ...
3
votes
1answer
65 views
What is the most efficient way to format strings with rounding and thousand separator in C?
So I have an inner loop situation with a buffer of floating point and integer values that are to be copied over to a another buffer in string format.
What are my alternatives to round and insert a ...
0
votes
1answer
23 views
Can I use setlocale() and isalpha() to determine if character belongs to alphabet of current locale?
Is it possible to do setlocale(LC_CTYPE, "ru_RU.utf8") and for each symbol of string "рус eng" do isaplha() check and to get as result following:
р alpha
у alpha
с alpha
not alpha
e not alpha
n ...
0
votes
0answers
33 views
Locale bundle swfs loading crashes Air app on iOS
for last couple of days I am struggling with loading locales (of course it works on Android and in fast packaging on iOS :-) ).
Its flex project with AIR SDK 3.7 (without ASC 2.0) and Flex SDK 4.6, FB ...
0
votes
0answers
42 views
wc and LANG var after installing UTF-8 on aix
After installing UTF-8 on AIX server, the command:
wc -l <FILE>
give me this result error: Invalid wide character, but not on all file, on some file.
This happens if I exec
. .setSomeEnvVar ...
1
vote
1answer
25 views
Can't receive user locale in the service
I have two property files for i18n and want to receive localized message in service method. I've injected messageSource and now all I want is to obtain user's locale.
First, I tried to do this over ...
0
votes
0answers
13 views
Symfony Doctrine Translatable locale value always empty
I'm using Translatable in my Doctrine entities:
class MyEntity
{
/**
* @ORM\Column(type="text", nullable=true)
* @Gedmo\Translatable
*/
private $description;
/**
* ...
0
votes
0answers
18 views
How does javascript convert dates to alternate calendar systems?
So I am trying to figure out HOW (i.e. what's the algorithm?) javascript converts a Gregorian Date object into alternative calendar formats such as in this example:
var x = new Date();
...
4
votes
3answers
210 views
Why printf can display non-ASCII characters when “C” locale is used?
Note: I'm asking an implementation defined behavior which is on Microsoft Visual C++ 2008(possibly the same on 2005+). OS: simplified Chinese installation of Win7.
It surprises me when I'm performing ...
3
votes
2answers
63 views
Symfony2 locale detection: not considering _locale in session
I'm trying to implement a LocaleListener that detects user's preferred language (considering Accept-Language header) and stores it in session to avoid checking it every request. I've developed the ...
2
votes
2answers
66 views
Why a Windows console with Chinese code page set can show a UTF-16 encoded character?
Per MSDN:
"For the Microsoft C/C++ compiler, the source and execution character sets are both ASCII."
C++03
2.1 Phases of translation
"..Any source file character not in the basic source ...
2
votes
2answers
76 views
How to change the locale of R in RStudio?
I’m using R version 2.15.3 (2013-03-01) on Ubuntu 12.10. The System is in German and so is R. This comes unhandy when searching for error messages.
Executing R in xterm this way $ LANG="C" R ...
1
vote
1answer
35 views
Setting default locale for Vaadin application
Maybe this question was asked but I couldn't find. I am new to Vaadin. And how can I set default locale for Vaadin application.
0
votes
0answers
16 views
How can i change the field of map information into chinese character?
My locale:
> Sys.getlocale()
[1] ...
0
votes
0answers
13 views
How do I change the codecvt of the default locale?
How do I change the codecvt of the default locale?
I'm developing on Windows and want narrow strings to be treated as UTF-8 encoded strings, rather than the current code page.
I can accomplish this ...
-1
votes
0answers
18 views
CultureInfo.CurrentCulture returns en-US for German locale
When I switched locale language from English to German, stopped in debug to see what CultureInfo.CurrentCulture returnes me, I saw that it was en-US. Even if I place ...
0
votes
1answer
33 views
Android - App locale changes and displayed orientation
I'm having a headache with the locale thing in my app. So basically my app supports two languages, English and Vietnamese, and user can choose to change the language to be displayed. So I have a ...
1
vote
2answers
81 views
GWT Dynamic Locale
I want to set gwt-locale taking user chosen locale with the help of Spring LocaleContextHolder.
public static final String getCurrentLocale() {
return ...
0
votes
1answer
35 views
Rails 'activemodel' and 'activerecord' namespaces in repository?
im trying to set a custom locale (i18n) to a new Rails app..
Could someone tell me where i can accomplish with the following?
Where i can find these 'namespaces' to be removed? => 'activemodel' and ...
1
vote
1answer
28 views
How do I overload notation without getting warnings and not using type classes?
First, without knowing much about type classes, it appears that type classes are the best way to overload notation for a type, unless I can't use type classes, or haven't figured out how. I'm not ...
0
votes
0answers
48 views
How to use multiple locales using r.js and hbs.js
I have a project where I use require.js and hbs.js (require-handlebars-plugin), among others. Everything is working fine in my development environment, but after I optimized the project using r.js ...
0
votes
0answers
13 views
SetThreadUILanguage on Windows XP vs. Vista+?
The docs for SetThreadUILanguage state that:
Windows XP: The application can only set this parameter to 0. This
setting causes the function to select the language that best supports
the ...
0
votes
1answer
40 views
How to add a listener for locale change?
I'm now looking for a way to monitor JVM's default locale, that is, whenever Locale.setDefault is called, a listener method is automatically executed.
Maybe some byte-code engineering or AOP ...
0
votes
1answer
38 views
boost translate: po file not work
I was used boost::locale to make a multilanguage exe, but it doesn't work.
The exe always output "Hello World".
How can it output "您好"?
I used the example code from ...
0
votes
1answer
115 views
iOS 6.1.3 Mobile Safari / UIWebView sends wrong locale region code
I am quite confused about a behavior which was different in the last iOS release (I tested this and it worked).
Changes you made in "General > International > Region Format" doesn't have any more ...
0
votes
1answer
39 views
display date independent of system locale and as per the application language
My web application supports two languages: English & French in which date is displayed in the header of each page.
Now, what happening is date is displayed as per the the user system's locale.If ...
1
vote
1answer
59 views
How to store gujarati data into mysql server?
I want to execute one functionality in which i have to upload an excel sheet having data in gujarati font and after uploading i have to store that data into mysql database.
Now here i have to use two ...
1
vote
2answers
41 views
Detecting server locale encoding with PHP
I'm using setlocale and strftime to display localized month names in Brazilian Portuguese:
setlocale(LC_ALL, 'pt_BR');
$meses = array();
for($m=1; $m<=12; $m++) {
$meses[$m] = strftime('%B', ...
2
votes
2answers
45 views
Issue with setting locale within app
In my app, i am asking for language, can be either English or German. The selected language and its iso code is saved into preferences. On the basis of selected language i need to change all the texts ...
0
votes
1answer
56 views
Localtion of pattern for date formats in java
In java you can get the date format based for a specific locale by doing:
Locale locale = new Locale("en", "UK");
DateFormat format = DateFormat.getDateInstance(DateFormat.MEDIUM, locale);
...
0
votes
0answers
28 views
android SimpleDateFormat return null on different locale
This code block takes a string value of UTC datatime and convert it to local DateTime.
SimpleDateFormat sourcesdf = new SimpleDateFormat();
sourcesdf.setTimeZone(TimeZone.getTimeZone("UTC"));
Date ...
0
votes
0answers
23 views
PayPal getting payers locale before transaction
currently i need help with an PayPal issue.
On our website we will mark the paypal transaction fee.
In order to do this I need the locale of a payer because the fee
is dependent on the country where ...
0
votes
0answers
25 views
locale switcher languages are not displaying
I am using locale switcher
https://github.com/lunetics/LocaleBundle/blob/master/Resources/doc/switcher.md
And by calling {{ locale_switcher() }} in twig it displays list of my languages... this ...
0
votes
1answer
63 views
Facebook Graph API locale parameter broken?
This API URL gives me the front page of VitaminWater's Facebook page (http://www.facebook.com/vitaminwater):
...
0
votes
1answer
39 views
Localizing apps for non-standard locales
I am writing an app which should support a language which is not in the list of available (40?) languages on the device, but the region format is. I want to localize the name of days as well as ...
0
votes
2answers
45 views
How to set date locale in mailchimp?
I need to change the mailchimp locale *|DATE:M y|*. This gives Apr 2013 and I want Abr 2013 (Portuguese format). Is there any way to do this?
Thanks!



