Questions tagged [localized]

54 questions
1
vote
2 answers

Where does the excess 20px come from?

I'm developing a website from the ground up and there seems to be an extra twenty (or so) pixels that are displaying at the very bottom of the webpage. Instead of ending at the last element, the page continues and shows the body background. I've…
Andy Dwyer
  • 696
  • 1
  • 10
  • 30
1
vote
3 answers

How to work without localized strings in ViewModel with data bound properties?

I'm not that firm with MVVM and I hope someone can help me with this. I'm using C#/XAML for Windows Phone 8. Usually my ViewModel provides a property MyProperty and I'd bind it like this:
1
vote
1 answer

Xcode iPhone specific nslocalized string not working

In one of my xCode projects I want the App when it starts to select a random number between 0 to X and then it this number will appear in a NSLocalizedstring that will display a random sentence in a textfield. But when I run the App, only the key is…
user1254529
0
votes
1 answer

In Localizable, ViewController.xib's link broken

I'm making iphone app using XCODE 4.2. I would like to make a localized apps. I moved the project folder. And then files(related localization)' link is broken. I use to move folder often. How can I do? please tell me.... thank!~
hyekyung
  • 671
  • 2
  • 14
  • 27
0
votes
1 answer

Listing localized files

Konichiwa folks, I'm banging my head over a non-standard procedure to read a bunch of localized xml located in my project. My purpose is to read recursively all these files in order to feed a coredata sqlite db to create various lang-based versions…
holographix
  • 2,497
  • 2
  • 32
  • 46
0
votes
1 answer

Customize upload button

I want to wrap a hidden file upload button so I can localize the text. That works. However I now want to wrap label and upload button with a button rather than with a raw filled in div. Every (3) css button library I have tried shows the button,…
cp.
  • 1,241
  • 5
  • 15
  • 26
0
votes
0 answers

Localize app's name in android but deploy two apps in device

Main Activity.cs [Activity(Theme = "@style/MainTheme",Label = "@string/app_name" ,MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation , ScreenOrientation =…
Joyce Koh
  • 9
  • 6
0
votes
1 answer

How to create localized resource files from excel? In UWP

Let's say I have an excel file with String Labels in one column and different language content in different columns ( one column for each language). Is there any efficient way to generate the resw files for different languages? I had earlier…
Skynet094
  • 443
  • 4
  • 19
0
votes
1 answer

iOS - How to change app language in storyboard strings without programmatically?

I am developing an app in which an user can change language at any time. I have done this in a demo app. It is working fine. But there is an issue with it, that is for localisation app I have to do following 2 tasks. Step 1: I have to create IB…
Ravi
  • 800
  • 2
  • 12
  • 28
0
votes
1 answer

vb.net visual studio 2015 setup project of localized application

I wrote a vb.net (windows 7 - visual studio 2015) windows form localized application. It works fine in visual studio (realease mode), switching between languages (it-IT and es-ES). But when I install on the end user pc (windows 7) it doesn't. I…
0
votes
1 answer

LocalizedStrings not recognized in VS2015 Universal Project

I'm trying to convert a WP8 projet to Universal Apps. I'experiecing a strange error regarding LocalizedStrings. I use Multilingual App Toolkit to manage translations. I've updated to the latest version (4.0) which says it supports Universal…
rickrvo
  • 543
  • 3
  • 17
0
votes
1 answer

Localized resources (.dll) embeded into .exe in C#

Is there an easy way to embed the localized resources generated automatically by Visual Studio into the .exe? These resources are generated when we translate some form using Visual Studio Tools. These files are located inside a directory that…
0
votes
0 answers

ElasticSearch Sorting on localized fields

We are using ElasticSearch for storing the user profile data and one of the field is roleId. There are more than 100 roles are possible in application and a user can have multiple roles and every role has localized texts for different different…
SSR
  • 75
  • 2
  • 4
0
votes
1 answer

NSLocalizedString seems to ignore regions unless there is nothing else. Is this true or am i doing something wrong?

For my localizable strings I currently have an en, fr and en_CA. It all works fine and well except when I'm trying to use the en_CA. I have it set right and it is even reporting the currentLocale is en_CA but it still seems to use the en's values…
Nate
  • 1
0
votes
1 answer

Get a list of businesses from a public site like Google, Bing Maps or yellow pages

I would like to know is there a way to get a list of all businesses using an zip-code. edit: I found this another question on SO Retrieving "businesses" with Google Maps API? But this is not exactly I wanted. Thanks, Gokul
Gokul
  • 163
  • 1
  • 7