localization Questions

6

Solved

I'd like to be able to change the Region and Language settings of the operating system (Windows 7) from a C# program. I'm not against executing command-line commands but I've only gotten as far as ...
Monogenesis asked 2/3, 2012 at 8:46

3

Solved

I would like to have the period in a timestamp to use different notation than am/pm. Can this translation be done? current format : dd/mm/yyyy hh:mm aa eg . 01/02/2019 05:37 PM required: 01/02/...
Blindworm asked 4/2, 2019 at 6:43

4

Solved

How can I use wpflocalizeextension in C# code? In xaml, for getting a localized string I can use it as follows: <Window x:Class="SomeClass" xmlns="http://schemas.microsoft.com/wi...
Mithgarthr asked 25/1, 2015 at 15:6

3

Solved

I would like to create a multilingual android application. Is there a way to detect what language the user prefers? Is there a recommended way to manage multiple languages on Android or should I ...
Bilander asked 23/11, 2010 at 17:49

2

Solved

How do I implement language switching without having to manually set locale inside an Android app? I know the app will load the strings.xml according to locale during startup, but I don't want this...
Schoolroom asked 24/9, 2013 at 13:15

3

Solved

Is there any way to disable localization in an Android application? It must use only English strings. We have library projects with French localized strings. Some apps that use these libraries must...
Arbitral asked 13/6, 2012 at 11:27

6

I am creating Localizable.strings file programatically. I am downloading the file from server and showing the localization from that file. But if there is some error in file then my localization do...
Foliation asked 21/8, 2015 at 7:40

2

Solved

I have a query string which returns a value that has several decimal places. I want to format this to a currency $123.45. Here is the query: SELECT COALESCE(SUM(SUBTOTAL),0) FROM dbo.SALESORD_H...
Levi asked 29/9, 2014 at 1:53

2

Solved

I'm trying to use the .stringsdict functionality in iOS programming to display the proper ordinal suffix (st, nd, rd, etc...) for numbers. I've created the .stringsdict file for english, but it's o...
Betook asked 9/5, 2015 at 20:28

6

How can I convert a number (double) to string, with custom decimal point and thousand separator chars? I've seen QLocale, but I don't want to choose the localization country, but rather specify my...
Teresiateresina asked 17/2, 2011 at 22:14

0

I'm a member of a team with more than 20 developers. Each developer works on a separate module. In each module, We load data only for the desired language. For this purpose we save data to a separa...
Contemplative asked 20/12, 2018 at 7:37

1

The RichTextBox supports a spellcheck option which is very nice. (SpellCheck.IsEnabled = true) But I cannot seem to get it to another language. (I live in the Netherlands.. ;)) Does any of you ha...
Messuage asked 16/10, 2008 at 15:28

2

Solved

In Xcode 6 the XLIFF file format is now used for localization of strings. However, I need localise plurals and genders. How can I do this in Xcode 6? As far as I understand, the XLIFF file now rep...
Mocambique asked 3/10, 2014 at 12:50

2

After updated to Swift 4.2 I tested new app version on iPhone where is a main language is Russian. Region is also Russia, but app using English Interface builder storyboard (Base). Even I have Russ...
Panhellenism asked 4/10, 2018 at 12:42

5

Solved

I have a pretty simple form that I am wanting to localize (I actually have quite a few in this project, they all have the same problem). When I set the form property Localizable to true Visual Stud...
Genitourinary asked 9/11, 2010 at 9:58

5

Solved

In Bombr 1.2 I added a half-assed French localization, over time adding more strings to localize I've decided to drop the French localization. In Bombr 1.2.1 I removed the reference to fr.lproj/Loc...
Katzenjammer asked 18/7, 2011 at 16:59

1

Solved

Can anyone point me in the right direction when trying to troubleshoot this web app (Dorothea Special School) I created a few years back using this link Laravel 5 And His F*cking non-persistent App...
Receiver asked 19/11, 2018 at 10:43

1

Solved

Context: This is kind of a followup to another question of mine. I would like to provide localized versions of a package. Following the Python documentation, I have extracted a .pot file with pyget...
Angle asked 13/11, 2018 at 16:38

3

Solved

Is there a way to force VS to use Unicode always, instead of weird ISO-something? I'm working on a winapp csproject using Visual Studio 2008 on Vista (Polish locale). The problem appears when I bu...
Gallery asked 8/5, 2009 at 14:30

9

Solved

have googled around but found no solution: Basically, i have a Localizable.strings set up, which i'm using in my code. However, it would be really sweet if i somehow could just refer those values ...

7

Solved

So I have localized a storyboard in Xcode using Use Base Internationalization. I went in and translated all the strings in the strings files. Yay. That took forever. Now I added a new element in ...
Ignescent asked 13/12, 2012 at 22:50

3

Solved

PREAMBLE: since API 17 (Android 4.2), there's a method TextView.setTextLocale() that explicitly solves this problem for TextViews and derived classes. Assign a Japanese locale (Locale.JAPAN), and U...
Referee asked 21/9, 2011 at 16:17

4

Solved

I use localization functionality in my web application. But I want to add App::getLocale() to url(). So for example, in my view when I add <a href="{{url('/admin')}}">link</a> I want to...
Cyanide asked 10/5, 2016 at 12:2

3

Situation: We use XCode exporting/importing tools to generate localizable files for our translators. This was going fine in XCode 8. Since we updated to XCode 9 we see a couple of problems. Prob...
Undershoot asked 19/10, 2017 at 13:50

5

Solved

I've added a new localization for italian language in my project and after that I localized a xib file to start the translation of the project. The problem is, now when I run my project in the simu...
Shakhty asked 16/4, 2013 at 18:22

© 2022 - 2024 — McMap. All rights reserved.