localization Questions
17
Solved
How do you localize enums for a ListBoxFor where multiple options are possible?
For example an enum that contains roles:
public enum RoleType
{
[Display(Description = "Administrator", ResourceTy...
Philipines asked 29/6, 2013 at 13:53
4
Solved
I want to localize an image by adding the folder res/drawable-hdpi-no, but I get an error stating "invalid resource directory name". What's up with this?
Orgel asked 14/12, 2010 at 17:24
1
I am trying to use the ${PRODUCT_NAME} variable from Info.plist but use it in my localized InfoPlist.strings file which will show the app name when the notification pops up. Is this even possible?
...
Leahleahey asked 21/11, 2019 at 15:2
4
Solved
I have created a bilingual (having two languages) android application. I have inserted my resource strings in two files:
For Persian language (default)
values/strings_locale.xml
For English lang...
Harp asked 4/11, 2013 at 10:14
2
Solved
I wrote a VS Code extension to support printing. Since all the recent issues have been concerned with issues relating to foreign character sets, it seems like I should support languages other than ...
Aleece asked 3/6, 2019 at 2:0
4
Solved
I have the following situation:
One product which I want to translate, that has two separate websites, one for admins, one for customers.
The codebase is CakePHP.
Both sites are completely separat...
Jelene asked 29/10, 2010 at 14:24
7
Can I with ASP.NET Resources/Localization translate strings to depend on one or other (the English grammar) in a easy way, like I pass number 1 in my translate, it return "You have one car" or with...
Dolly asked 17/12, 2008 at 22:57
3
Solved
In My Application There are two language.
If I download application from device which has English as default language.Then it is not changing to Chinese strings.xml (zh) .
If I change my device la...
Antenna asked 23/2, 2019 at 9:31
2
Solved
How to implement in app localization with Jetpack Compose? I mean I don't want the user to change their device language, instead, let them change only the app language. How to achieve that? All of ...
Overtop asked 15/7, 2022 at 6:45
4
Solved
Is there a way to download MinGW/MSYS2 with gcc, that is not localized?
Localized gcc causes all warnings to become errors in CodeBlocks, if the system language is not English.
This bug is also rep...
Licketysplit asked 13/2, 2012 at 21:33
3
Solved
I'm using a DatePicker and a TimePicker in a custom Dialog. The functionality works fine, but I have a problem when I change the default Locale of the app to match the Arabic language.
The problem...
Paramnesia asked 21/10, 2014 at 13:18
4
Solved
How can I change that messages for all int fields so that instead of saying:
The field must be a number in English, it shows:
El campo tiene que ser numerico in Spanish.
Is there are a way?
Upset asked 23/8, 2012 at 20:27
4
Solved
We need to implement the localization in reactjs to define the string
value(s). How can I implement that?
One link is there https://www.npmjs.com/package/react-localization, but I am not getti...
Roasting asked 22/11, 2016 at 12:21
2
When localizing my storyboard, I get entries in my strings file that look like:
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "vHF-LZ-23i"; */
"vHF-LZ-23i.title" = "Text Cell";
I...
Restoration asked 5/8, 2015 at 23:31
2
Is there a way in which a web manifest can be localised? i.e. having multiple translations of name, description etc...
I have thought of a couple of potential solutions but they each have pretty b...
Anaemic asked 2/9, 2019 at 23:7
1
Solved
I set my iOS Simulator (13.5) to German language for my app, which is fully localized:
But when I start my app up, I still get this dialog in English when asking for notification privileges:
...
Blasting asked 24/5, 2020 at 2:47
3
Solved
We use a setup with different plists for each configuration. Like this:
Target-Info-Dev.plist, Target-Info-Beta.plist...
This way our configurations could have their own CFBundleDisplayName, and w...
Severalty asked 27/8, 2014 at 13:22
2
I'm trying to implement localization in my app.
My app supports only two languages English and Hindi. But user can have the option to select any language from device settings other than English or ...
Hasty asked 5/9, 2019 at 13:44
3
Solved
When the user's mouse flies over the app icon in the dock, the name of the app appears on the app icon.
According to the tests I just performed, it seams that the name which appears corresponds to...
Rotary asked 29/12, 2012 at 18:1
5
My Xcode is v10 and I'm developing a custom intent for SiriKit, targeting iOS 12.
In Xcode 10, custom intents are designed in .intentdefinition files, where you can define your own parameters for ...
Farrah asked 18/9, 2018 at 10:39
2
Solved
I am unable to get month name in Excel.
Neither =TEXT(...;"mmmm") not doesn't work.
I found, only Russian M's are working and giving Russian month name, despite of language settings
Latin M's ...
Kudva asked 20/4, 2017 at 16:51
6
Solved
I already have following
[attr]POFILE merge=merge-po-files
locale/*.po POFILE
in the .gitattributes and I'd like to get merging of branches to work correctly when the same localization file (e....
Formosa asked 25/4, 2013 at 11:55
2
In my Django 2.0 site, I want to set the lang atribute of the html tag to the current locale's language. In my base.html which other templates extend, I use get_current_language in the following wa...
Transition asked 1/8, 2018 at 19:59
1
Which one to use?
final Locale locale = Locale.forLanguageTag("en-US");
or
final Locale locale = new Locale("en", "US");
Both of them have tons of code when you look...
Enemy asked 7/9, 2022 at 14:42
9
How is it possible to get the FxCop custom dictionary to work correctly?
I have tried adding words to be recognised to the file 'CustomDictionary.xml', which is kept in the same folder as the FxCo...
Conni asked 11/12, 2008 at 13:13
© 2022 - 2024 — McMap. All rights reserved.