Questions tagged [localized]
54 questions
0
votes
1 answer
Liferay: multiple language support for blog
I am using Liferay 6.0 EE and trying out the blog portlet. I noticed the content of the classic Web Content Display can be localized, but I can't find how to have the same functionality for blog. Is there any way to have localized blog?

Roni
- 87
- 4
0
votes
1 answer
Localize text that is already data binding? WP8
I have a Longlistselector that is getting the text through data binding. My problem is I need it to be localized so it displays the right language, how is the right way to do it?
I tried the first way that came to my head, but I thought it doesn't…

Snake-leaf
- 7
- 1
- 4
0
votes
1 answer
iOS App Approval without localized app description?
I want to publish my iPhone App in both Japanese and Chinese languages. I have localized the content to the respective languages. However, the app metadata description and iAP descriptions are still in English. Will my app be approved?

user1881208
- 23
- 4
0
votes
2 answers
SQL NOT IN Query
Can anyone help me with this MySQL query?
SELECT p.ProductID,
p.StoreID,
p.DiscountPercentage
FROM Products p
WHERE p.IsSpecial = 1
AND p.SpecialDate >= date_sub(now(),interval 15 minute)
AND p.DiscountPercentage >=…

mike
- 2,722
- 6
- 31
- 46
0
votes
3 answers
how to convert localized Date String to NSDate
I have NSString *localized_Date = minutesSinceMidnightToLocalizedTime (time units)
I get this string as 4:30 am, 10.00pm
how do I convert this string to NSDate?
PLease let me know.

supri
- 45
- 7
0
votes
1 answer
MVC 4 - Downloading localized files from resources, how to?
I've been playing around with MVC and localization for a multilingual site. It so happens I also have localized downloads (instructions in different languages). I thought: a resource can also contain files, so why not place them there? Easily said…

Rudy
- 11
- 3
0
votes
1 answer
Is my `$SIG{WINCH}` save if I localize it?
Some time ago I had problems with $SIG{WINCH} because I loaded two module which were both using $SIG{WINCH} Problems with $SIG{WINCH} when using it in a module.
Now I have tried to reconstruct this case but this time I put in one module the…

sid_com
- 24,137
- 26
- 96
- 187
0
votes
2 answers
c# compare strings in different language
I have some strings in different languages; for example:
"kot jest dobry" (in Polish)
"cat is good" (in English)
They are captions of buttons that are translated from English to the language chosen from the user.
Which is the best way to compare…

Bublik
- 912
- 5
- 15
- 30
-1
votes
1 answer
Localized Date (LongDatePattern) Remove the year
I have this code to retrieve the Localized Date:
DateTime.Now.ToString(DateTimeFormatInfo.CurrentInfo.LongDatePattern);
The thing is that it returns the year also. I don't want the year.
So I thought I could remove the year pattern from the…

Pedro Fernandes
- 75
- 5