Localization, also known as L10n, is the process of adapting internationalized software for a specific region or language by adding locale-specific components and translating text.
0
votes
0answers
15 views
Change route segment dynamically in mvc3
I created 2 routes like this to perform the localize:
routes.MapRoute(
"Default", // Route name
"{language}/{controller}/{action}/{id}", // URL with parameters
...
0
votes
0answers
9 views
Using ProviderMetadata to read event metadata in specific culture
I want to fetch event log channel's metadata in English even on any other language (Chinese or any) windows OS build. i have written following code which should work according to MSDN documentation, ...
0
votes
1answer
31 views
iOS removing localization
I had to remove some language localizations from my iOS application.
after removing those localization the languages do not appear in xcode.
The problem is that if a user (with one of the removed ...
0
votes
0answers
22 views
Localization and FLAG_ACTIVITY_REORDER_TO_FRONT
In my app, I have to support multiple languages, so there is one activity where users can select the language for the app.
The problem is, after selecting language, changing locale, all the controls ...
0
votes
0answers
6 views
Change the language of paint.net UI on opening
In my code I'm opening paint.net programmatically on button click so I can pass a specific file path to it using start arguments, now I need to pass an argument that represents a specific language so ...
0
votes
2answers
43 views
How to develop a multilingual Wordpress website in English and Arabic? [closed]
I am going to develop a Wordpress website in English and Arabic, but I don't the know Arabic language. I am comfortable in English only.
Is there a plugin which will convert the whole website into ...
0
votes
1answer
14 views
ASP.NET MVC meta keywords language characters?
Controller
public ActionResult Index()
{
ViewBag.Title="ŞiğişçöÖÇŞİĞÜ Yedek Parça Türkiye";
}
View
<meta name="keywords1" content="Üşçiöğı" />
<meta name="keywords2" ...
-1
votes
0answers
8 views
Smartling API to localize Wordpress? [closed]
Has anyone used the Smartling API solution to translate Wordpress content (XLIFF format via WPML, perhaps)? Is there an automated way to do this - or are XLIFF files only extractable to translators ...
0
votes
1answer
18 views
Interface Builder loads the wrong language art. App works fine
Localizing is going fine so far. I have localizable.strings working, I have xib files split properly, everyone is happy. The problem I am having is when I split art files in a split xib file.
When ...
0
votes
2answers
24 views
Is there an equivalent to “Android Localization Files Editor” for android-studio?
In Eclipse there is a localization strings editor that displays a table with all the available XML files. (Eclipse's Sequoya or previously MOTODEV Studio):
Is there and alternative for Android ...
0
votes
1answer
23 views
updating the the base storyboard images so all other storyboards are updated
My app is localized to many countries, i want to update the user interface with a few helpful images and good layout.
When i add pictures to the base storyboard or the English storyboard it doesn't ...
0
votes
0answers
14 views
how to assign resx resource to itemtemplate control
In my WP8 app, i have radio button where customized it through datatemplate and embedded a textblock in it. My question is how to assign a key from my resx resource file to assign text value, so that ...
0
votes
1answer
29 views
Localization not working in the base language
Hi i dont seem to have a problem with doing localization it has worked fine in other apps, however this app is doing something quite funky.
It localizes fine to french , or other languages, but not ...
0
votes
0answers
17 views
How can I force the user language in a WinRT application?
I have a WinRT application with multiple languages.
The app use automatically the user language, but I want to let the user choose one of them manualy in my app.
Is it possible to do it in runtime ?
0
votes
0answers
33 views
How to Localize ListView item Text
I am working in project with Locale and android ListView. In an activity, I want to show all the system available locales (language with their corresponding country) in listview. Everything is fine, ...
0
votes
2answers
31 views
How to change the language for alerts in chosen.js?
When you type in an unavailable option in the multiple select box in chosen.js, it will generate the output 'No results match "query"'. Is there a way to change the output language?
0
votes
0answers
11 views
MDN translation (localization): external links not showing up
I'm trying to translate some MDN pages in italian, but i'm having troubles with external links.
I read the style guide and my translated source meets all requirements. But as you can see on this ...
0
votes
1answer
28 views
How to translate views exposed filter
I have taxonomy term field in acount fields list. I translated this term (using Translation mode: "Localize. Terms are common for all languages, but their name and description may be localized." ). ...
0
votes
0answers
8 views
How to apply .strings changes to a xib file and vice versa
In my OS X app I have currently 2 languages and enabled base internationalization for that. So, in my resource folder I have 3 lproj subfolders: base, de, en. base contains the xib file (say, ...
0
votes
1answer
20 views
URL template tag without locale in Django 1.4
I added locale specific URL-s to my Django app with i18n_patterns and it’s all working nicely, but in some cases I need to have an url pointing to a view without the locale information.
My current ...
1
vote
1answer
43 views
Android Language selection
I have code in where I choose language layouts and it didn't
work. We tested it with German (deutsch) which is ISO 3 code deu and for Spanish, which is spa -- it did not work either, or is the code ...
0
votes
0answers
8 views
How to tell browser that web page has mixed locale - probably chrome specific
I am working on adding l10n/i18n to my web page.
I have pages that can be switched between languages - so the whole page is one language or another.
However I have a couple of pages that show a ...
1
vote
1answer
56 views
play framework Localized routes
I'm using play 2.1.1 and java. My issue is how to route and create a non Latin url`s in order to improve the SEO of the site
I followed these links for information and examples :
Localized routes ...
1
vote
1answer
33 views
Localization and future-proofing
so I know this is a not a good question for the StackOverflow format. but I am at a bit of a loss, feel free to recommend a different place to put this where it may get some eyeballs
I am very ...
0
votes
2answers
30 views
Are case conversions locale-independent on the ASCII character set?
If I have a string containing only characters from the ASCII set (0 to 127), can I guarantee that converting to upper case or lower case will result in a consistent value regardless of any ...
0
votes
1answer
31 views
Content in my local resource files seems to be cached
I have a webpage where I uses the App_LocalResources files, where I've translations for 2 languages.
This works really well. However, when I open my two pages I get a pretty strange problem. If I ...
7
votes
2answers
156 views
How to convert u32string to int in C++11?
How can we convert u32string to int in C++11?
Additional, what method should I use to convert part of such string to int - lets say having begin and end iterator available?
I've tried:
u32string ...
0
votes
0answers
30 views
Make a Page Pull Different PHP elements based on Browser language
Im trying to figure out a basic multi-language solution for a rather convoluted search engine website architecture and I was wondering if it was possible to have the main search result page templates, ...
0
votes
1answer
70 views
Why is my UILabel not initializing when using another language? (iOS localization)
I'm applying localization to an iPhone app I'm working on, and slowly going through all texts/strings/labels throughout the app to dynamically retrive the correct language translation done through ...
1
vote
0answers
14 views
Translating an app's open graph object
I'm trying to translate some open graph objects I just got accepted, the object phrases got custom edit. But when I tried to edit them they show the default phrases, not the custom phrases. I ...
0
votes
2answers
16 views
i18next init on specific language
I'm using i18next-node for localization of my app.
I have two languages: en-CA and fr-CA
I'm using this to init the app:
i18next.init({
saveMissing: true,
sendMissingTo : 'all',
...
0
votes
0answers
16 views
Make system calls (Windows Command Prompt) answer in english
I'm working on a Perl script that needs to do a few system calls to obtain some system data. In order to parse the output of those calls reliably on any computer, I need to be sure the output of the ...
1
vote
1answer
48 views
Xcode removing language specific storyboards iOS
A while ago i decided to make my application multilanguage. I ended up using localizable.strings. So a different file for each language with all the translations in it.
In my main storyboard i just ...
0
votes
1answer
23 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
26 views
(android) decimalformat, uses comma in place of fullstop while formatting with “#.##”
I am developing an Android app where I want to format my double number to #.##, which I have done using below code.
Double BMI = ((fWeight)/(dHeight*dHeight));
DecimalFormat df = new ...
0
votes
1answer
29 views
Change language used in copy/paste menu to something other than English
I have set "Localization native development region" to "France" in my Info.plist. Nevertheless, the copy/paste menu on a UITextField is still in English. I do not understand why, and I guess the app ...
0
votes
0answers
39 views
Multi language Android application
I'm creating a multi language android application and I made folders with different languages and everything works perfect.
The only issue that troubles me is when user selects a different language I ...
0
votes
0answers
35 views
Globalization in WPF without using LocBaml
I need to implement globalization feature in my WPF application.I referred many forums which are suggesting to use LocBaml even in msdn.I don't want to use LocBaml.We have own localization tool to ...
0
votes
0answers
35 views
How to add value in local resource in asp.net for localization?
I am working on an ASP.NET project where I need multi-language support. I need to add some resources to a resource file directly in source code. So I am using the visual localizer plugin in VS 2010. ...
1
vote
2answers
49 views
Localizing Windows Forms with .NET 3.5
I have a problem to make a localizable WinForms application with target .NET 3.5 framework.
I am following the guide from MSDN:
http://msdn.microsoft.com/en-us/library/y99d1cd3%28v=vs.90%29.aspx
...
1
vote
1answer
52 views
Prevent Restart of IOS application after Language change
I know that we can change the language in runtime by setting the value for "AppleLanguages" in user defaults. Can anyone suggest me how to achieve the following:
App is running->Press Home button -> ...
0
votes
1answer
46 views
Change Single Language of Xcode Project
How do you change the default language used by your project without doing localization?
What if I want my app to be in Japanese or Italian? Is it enough to just use Japanese or Italian texts? How do I ...
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?
1
vote
0answers
18 views
Localizing iOS app across multiple targets
I have a couple of targets for my app. I am trying to localize them differently. I have found this to be pretty easy when dealing with a Localizable.strings file and the NSLocalizedString macro. To ...
0
votes
0answers
34 views
How to change the title of Tabbar with localizable system
I use the language change in the app, but do not change the title of the Tabbar. You can give me the solution to my problems do not perform.
-(void) menuCallbackEN: (id) sender
{
...
1
vote
2answers
42 views
hyperlink in localized.strings file - objective c
Is it possible to embed a working html hyperlink inside a localized string file? And if so, how?
When I try to create this link I get an error:
read failed: The data couldn’t be read because it has ...
1
vote
1answer
27 views
Inserting translator notes/comments in PHP files
I am working on translating an application I am developing. I have strings like:
echo _("Welcome to my site");
I can then use the command line to create a .po file from all the PHP files in a ...
0
votes
1answer
42 views
Xcode warning: The specified input encoding is Unicode (UTF-8), but file contents appear to be Unicode (UTF-16); treating as Unicode (UTF-16)
I create the .strings file by using genstrings command. Output file of this command encoded with UTF-16, but when i add generated .strings file to my project and then bild, Xcode show warning:
The ...
0
votes
1answer
26 views
Troubleshooting with internationalisation
I recently added other language support to my ios project.
Then, I continued to develop.
Now if I turn my language back to English it runs an older (way older) version of the app and I don't know why ...
2
votes
0answers
65 views
Chinese localization does'nt work, shows english always
I'm working on WPF application and I have localized resources (en,fr,zh) in .resx files. Following test code is used to display the localized string. It works fine for english, french but fails in ...





