Tagged Questions
0
votes
1answer
14 views
how to generate po file from js file using poedit
i am using Gettext.js library to localize my contents generated from a JS file. Now the situation is, i have to create and write each and every po files manually. I know we can scan php files for ...
0
votes
1answer
18 views
Access MessageResources from javascript/jQuery
Does this remain the "only" way to localize a javascript/jquery text or is there another way to access the MessageResources from javascript/jQuery?
0
votes
0answers
25 views
Javascript error with IE, about mult-language localization
I have a javascript which works perfectly in ff,chrome and IE9/10, however i get error in IE6/7/8/9.
SCRIPT438: Object doesn't support this property or method
Localize.html, line 38 character 25
...
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();
...
0
votes
0answers
30 views
Django JS Translation
I've been trying to solve this for 2 hours now, but I could't find anything.
JS file:
13 var element = document.createElement("input");
14 element.setAttribute("type", "button");
15 ...
1
vote
2answers
46 views
Best way to expose resource strings to JavaScript files in ASP.NET MVC?
It's easy to use resource strings (.resx) in Razor view, but how to do that in JavaScript files? Currently I'm manually passing strings from Razor view to scripts in JavaScript constructor argument ...
0
votes
0answers
49 views
How to achieve i18n/L10n in a backbone.js application?
I am writing a backbone application.
I am writing a template and all the names in template have been given directly.
I want to achieve internationalization , where i should be able to set my preferred ...
0
votes
1answer
39 views
How to switch language for WinJS.Resources.processAll?
When using WinJS.Resources.processAll WinJS is using the system language, which is fine. And the example at this MSDN site shows, how to change the language/context to change single strings: ...
0
votes
1answer
34 views
How to define language-depending content (l18n) in different language-files?
CKEditor 4 stores language-depending content in the lang/-folder. I have written a custom plugin, which I do keep apart from the original CKEditor-folder. Now I would like to keep additional ...
1
vote
2answers
98 views
How to handle string localisation in jQuery mobile?
I am making an android app using phonegap and jQuery mobile.The app will also have option for displaying text in other languages like Tamil,Kannada and Telugu.I want to change all the text displayed ...
0
votes
1answer
46 views
Using requireLocalization and getLocalization in Dojo
I am trying to create a custom Dojo widget this is how my file structure looks:
customwidget
|
+--nls
| |
| +--en
| |
| +--CustomWidget.js (My localization code)
...
0
votes
1answer
27 views
how to make the drupal t function not case sensitive in drupal 7 in php and javascript
hi I am having some problems with the Drupal t or Drupal.t('') for JavaScript function, is it possible to make the t function not case sensitive in Drupal
example: if I do this
echo t('ABC');
or
...
1
vote
1answer
63 views
jQuery keyCode for angle brackets
I'm wondering how to safely see if the < and > keys are pressed in jQuery.
It's 226 on my Swedish keyboard, but we're having the < and > keys on the same key, and using shift to select which ...
0
votes
0answers
27 views
How to localize sliding panel button names using L10n?
I have a sliding panel that can be expanded or collapsed using jquery. The button names "Close" and "Open" toggle based on the state of the panel. The content of this sliding panel has been localized ...
0
votes
0answers
21 views
IE, Safari: Localisation using l10n.js on client-side
I am using L10n.js (https://github.com/eligrey/l10n.js/) for passively localizing a cpl of strings in one of the features in my application.
For some reason on IE and Safari, the demo ...
0
votes
1answer
264 views
Enabling localization in ASP.NET, Razor, javascript, dhtmlx or pure javascript
How do you go about enabling Globalization and Localization in ASP.NET, MVC, Razor, javascript and dhtmlx? I have been looking around for answers and all references I found used the Globalization.js ...
0
votes
3answers
465 views
HTML5 Mobile app localization using javascript and PhoneGap
I'm creating a HTML5 mobile app that runs on all 3 mobile platforms (Android, iOS a,d Windows Mobile 8). I'm using javascript for localization(https://github.com/eligrey/l10n.js/#readme).
The app ...
0
votes
1answer
83 views
A way to convert all localization strings to JSON?
I'm trying to develop a phonegap plugin for Android that first checks user's default locale, and then grabs the all the strings of that locale and converts it to JSON, and sends it back to JavaScript.
...
0
votes
0answers
56 views
localize resource strings for javascript [duplicate]
I am currently developing an mvc4 application which has a heavy reliance on javascript.
The application is to be multi lingual and target at multiple countries/languages. I am looking for suggestions ...
1
vote
2answers
76 views
How to specify the language to be used in the Facebook Login Dialog
I'm using the Javascript SDK for facebook to login a user with Facebook:
Documentation FB.Login: link
Unfortunatly this dialog is always in English.
FB.Dialog will trigger a popup window with url:
...
0
votes
1answer
60 views
How to create a Date object from IST string in JS
Running the following code in Javascript:
var d = Date.UTC("Wed Jan 30 16:27:50 IST 2002");
Results in d being a NaN, same goes for using ICT (Indochina time) instead of IST (Israel Standard Time), ...
1
vote
1answer
103 views
Localize script URL's based on the page subdomain
I'm new to Greasemonkey scripting and want to use the current URL to localize the links in the page or script.
For example, with a link like http://en1.server.com/, capture the en1 part.
Currently ...
1
vote
1answer
129 views
Passing localized javascript messages from ressource bundles using JSF
I have built an application with JSF and all messages issued by the server are localized with ressource bundles.
My question is : how to get messages issued in the client browser with javascipt ...
0
votes
2answers
102 views
time zones: user preference vs client-side Javascript
In Javascript it's fairly straightforward to render and manipulate dates in the current user's local time zone using the methods of the Date object. For example, toLocaleString() for output and the ...
2
votes
1answer
81 views
Tools to retrieve static content from JSP and JS files - ANTLR?
I am trying to find out if there are any tools that exist that will get all the static content (for localization) from JSP and JS files. We want to automate the process of finding the static content ...
5
votes
3answers
127 views
Is there any javascript library with implementations of sort methods for alphabets such as swedish?
I am aware of the fact that you can use the method 'localeCompare' to sort an array with your own localization like this:
aArray.sort(function(a,b){return a.localeCompare(b)});
However, I assume ...
1
vote
2answers
46 views
confused about internationalise the button text of the file picker
<input type="file" .../>
I understand this will always show as
|choose file| no file selected.(chrome) / Browse... (I.E 9 / Firefox)
I wanted to ask if the text "Choose File/ Browse" will ...
0
votes
1answer
123 views
Handling default language in jquery-localize
I'm trying to use jquery-localize for localization of my small app. My wish is to use Danish language if the user is Danish, and English otherwise.
I tried doing nothing, but if an unknown language ...
11
votes
4answers
748 views
Best practice for localization and globalization of strings and labels
I'm a member of a team with more than 20 developers, and each developer works on a separate module (something near 10 modules). In each module we might have at least 50 CRUD forms, which means that we ...
0
votes
1answer
18 views
Localizing strings not stored in a database
We've decided to add support for multiple languages to our web app.
We use Handlebars for templating on the front end, and Node + Jade for templating on the back-end.
For strings that are not ...
0
votes
1answer
62 views
Transferring localization from PHP to Javascript
I have localization written for my wabsite, in PHP. Since I'm also working with Javascript (jQuery), to dynamically add some tags, I have problems with localization.
For example: I add comments ...
-2
votes
2answers
79 views
Javascript - Programatically return near places by latidude and longitude
Is it possible to get nearby places, providing the Latitude and Longitude?
If, for example, I would like places around the provided Lat, Long within the range of 50 kms, how do I go about achieving ...
19
votes
6answers
643 views
Numbers localization in Web applications
How can I set the variant of Arabic numeral without changing character codes ?
Eastern Arabic Û° Û± Û² Û³ Ù¦ Ù¥ Ù¤ Û· Û¸ Û¹
Persian variant Û° Û± Û² Û³ Û´ Ûµ Û¶ Û· Û¸ Û¹
...
0
votes
1answer
405 views
Localization for javascript confirmation buttons
I am working with Confirm box in javascript. For all browsers i found that when change the language of the browser, the confirmation button language in Confirm box doesn't change. I tested on ...
0
votes
1answer
181 views
accessing localized strings in javascript function using jquery-localize
I am using jquery-localize plugin for my static web project. I can localize strings in html file, like this:
<p rel=localize[hello]></p>
But I also need to use localized strings in js ...
1
vote
3answers
105 views
Localization file for JS and PHP
I did some search about localization files, see that we can use .po file or gettext but, is there any tutorial or sample of a unique solution that will work both in javascript and in php.
I want to ...
6
votes
2answers
425 views
Localization of input type number
I work on a web application running in Chrome, where I have inputs with type number. In my locale commas are used for decimal numbers and a space is used for thousand separation (not that important), ...
0
votes
1answer
376 views
JSF - outputFormat tries to parse argument to number
Trying to use primefaces calendar with localization. I thought about adding the javascript properties array into the corresponding locale message properties file.
...
0
votes
0answers
349 views
Localization in javascript
I wanted to localize strings in my application (that is built using objective JavaScript and html5). I came across - MVC JavaScript localization of external .js files, ...
0
votes
0answers
58 views
Globalize.js inserting parameters in localized string in javascript
Hi has anyone worked on string formatting of localized strings using Globalize.js. I want to insert constants into the localized strings dynamically. For eg: in android we have localized string in ...
1
vote
2answers
132 views
Provide local currency format i18n on server and process is on client
We need to display the amounts/numbers in different formats based on user's locale. The information is provided though a REST API.
fr = 1 234 567,89
en-us = 1,234,567.89
de = 1.234.567,89
One way ...
1
vote
1answer
207 views
client side localization
I would like to do client side localization (i.e embedding the javascript and resource files). Everything was working fine until we had both the js file and the resource file in the same ...
1
vote
4answers
69 views
Web Portal: How useful is the local time? [closed]
I'm just working on a website dealing with javascript local dates/times. Dates/Times are stored as UTC in database and are calculated via date-object (js) to user's local time zone.
I see that many ...
3
votes
1answer
212 views
What's an efficient way to convert localized resources.resx files to javascript files in asp.net MVC?
I have localized resx files that I want to convert to JSON and store in js files (e.g. en-US.js).
What would be an efficient means of converting the resource files to javascript files at each build?
2
votes
2answers
128 views
Get date and currency formats
Is there a way where I can get the user's configuration for date and currency formats, using JavaScript?
1
vote
1answer
38 views
Can I tell in JavaScript whether the visitor's locale follows the U.S style or the rest of the world's style?
Is there an unobtrusive way to tell in JavaScript whether a visitor's locale uses the U.S. month-day-year convention or the rest of the world's day-month-year convention? Will a new ...
1
vote
1answer
389 views
Globalization in jquery and asp.net. How?
Is there a jquery plugin for the globalization of asp.net web application?
I have found only "Jquery Globalization from Microsoft" Jquery Globalization, but it seems like an died project. Right?
So, ...
1
vote
2answers
195 views
How can I localise colorbox?
I installed Colorbox in my ROR application. But I need localisation. In the script i have:
file images.js.coffee
$(document).ready ->
$(".group1").colorbox({rel:'group1',
...
0
votes
3answers
560 views
Does JavaScript take local decimal separators into account?
I've got a web page that displays decimals in a user's localized format, like so:
English: 7.75
Dutch: 7,75
If I add two number variables together in JavaScript on my machine (where the numbers ...
0
votes
1answer
142 views
Localized Text Not Showing Properly for bootstrap Alert using Modal class
I have the following code:
$("#confirmDiv").confirmModal({
heading: '@Language.ConfirmActionHeader',
body: '@Language.ConfirmOrganizationDeleteBody)?',
callback: function () {
$.ajax({
...





