python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Can I manually feed the language code to Django gettext()?
I have a few strings in the backend I'd need to occasionally translate to other language before using them. I plan to save the user language selection into the database so it would be easy to get it f...
lr_optim
Votes: 0
Answers: 1
Xamarin App - Resource file, how to include an audio file into the AppResources.Designer.cs
I am working on a Xamarin Form App and we use .resx files for the localizations.
I have got a problem where to my Resources folder I would like to add an audio file called Beep.wav.
Previously in the ...
Daniele
Votes: 0
Answers: 1
How to get date and time text in arabic format with arabic digits. Android
The following code return in english format however I want arabic
currentDate.format(DateFormatter)
currentTime.format(TimeFormatter)
example:
expected: ١٢:٠٠
actual: 12:00
...
var dateS...

Paruyr
Votes: 0
Answers: 1
Supplemental string resource files in Angular i18n
I'm working on an app that needs to be able to switch the name for a specific entity based on an admin flag. This doesn't vary by locale, but just that flag. For example, let's say the site has widg...
Arian Kulp
Votes: 0
Answers: 1