-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Localization Testing Made Simple with In-Memory StringLocalizer #57
Comments
Ramadan Mubarak to you But it misses one more thing: in the Arabic language how we make the page "dir=rtl" Thanks & Best Regards. |
Ramadhan Kareem Salah Seems your question related to RTL languages I already implemented this in some OSS, luckly we started a discussion in one of the OSS, please check this oqtane/oqtane.framework#1266 |
Salam Brother Hisham,
Somehow I managed the direction right to left by using this code in
_Layout:
@using System.Globalization
@if (CultureInfo.CurrentCulture.TextInfo.IsRightToLeft)
{
<link href="~/lib/twitter-bootstrap/css/RTL.css" rel="stylesheet" />
<link href="~/lib/twitter-bootstrap/css/bootstrap.rtl.min.css"
rel="stylesheet" />
}
but the problem I am facing now is that I have some dropdown list on the
page and each one read from a different table and each table has two
columns English & Arabic.
For example, I have one table for Car Models :
1 Ford فورد
2 Honda هوندا
3 Toyota تويوتا
*my question is how to switch between Arabic and English in the dropdown
list? *
Thanks & Best Regards
…On Mon, Apr 26, 2021 at 4:39 PM Hisham Bin Ateya ***@***.***> wrote:
Ramadhan Kareem Salah
Seems your question related to RTL languages I already implemented this in
some OSS, luckly we started a discussion in one of the OSS, please check
this oqtane/oqtane.framework#1266
<oqtane/oqtane.framework#1266>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#57 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC6RI43ZOC2IMBJ4JRMBVZTTKVUIHANCNFSM4GHSVV3Q>
.
--
*Good friends are hard to find, harder to leave, and impossible to forget*
الأصدقاء الحقيقون يصعب إيجادهم ، يصعب تركهم ، ويستحيل نسيانهم
|
The simple thing you can do is to get the current culture if it's Arabic bound the dropdown to the Arabic Table otherwise English |
Is there any example code please 🥺
I am a beginar to .Net Core.
Thanks 😊
…On Mon, Apr 26, 2021, 9:25 PM Hisham Bin Ateya ***@***.***> wrote:
The simple thing you can do is to get the current culture if it's Arabic
bound the dropdown to the Arabic Table otherwise English
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#57 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC6RI45RXAK7CRQR3AAK2ZTTKWVZHANCNFSM4GHSVV3Q>
.
|
No description provided.
The text was updated successfully, but these errors were encountered: