Καλώς ορίσατε στο dotNETZone.gr - Σύνδεση | Εγγραφή | Βοήθεια
σε

 

Αρχική σελίδα Ιστολόγια Συζητήσεις Εκθέσεις Φωτογραφιών Αρχειοθήκες

Παρουσίαση με Ετικέτες

Όλες οι Ετικέτε... » Localization   (RSS)
  • Fix: make ownCloud installer display in English language

    OwnCloud is an interesting solution for setting up a file sharing cloud for a group of people. However,one issue I’ve found with its Windows desktop client’s current version (which looks clean of any viruses since I always check first) is that if your Windows 10 is configured with a preferred language that the desktop client’s […]
    Δημοσιεύτηκε στο George Birbilis' blog (Weblog) από το μέλος birbilis στις Μαρτίου 26, 2020
  • HowTo: include MVC model property Display name in Required validation message

    Just came across this validation error display in an MVC app I’ve recently started maintaining. The required input field validation seemed to not be localized, resulting in a mixed English and Greek (from the field’s Display name) message: Looking at the MVC model I noticed they were using [Required] attributes for the userName and password ...
    Δημοσιεύτηκε στο George Birbilis' blog (Weblog) από το μέλος birbilis στις Οκτωβρίου 4, 2018
  • Difference between LocalizableAttribute and LocalizabilityAttribute in .NET

    I’ve just updated an older answer of mine at: https://social.msdn.microsoft.com/Forums/vstudio/en-US/716ef041-0a59-4c1d-9519-e14db4de7e75/localizability-vs-localizable-attributes-in-control-dev?forum=wpf In case you’re wondering too what’s the difference between Localizable and Localizability attributes in .NET, maybe this helps a bit: ...
    Δημοσιεύτηκε στο George Birbilis' blog (Weblog) από το μέλος birbilis στις Νοεμβρίου 30, 2015
  • HowTo: Set UI language (CurrentUICulture) in Silverlight

    At LvS (the opensource application of LeViS), I’ve been using this (VB.net) code to set the UI language (for example to Greek): Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo("el") Others seem to have been using (C# – that’s why there is a trailing semicolon): Thread.CurrentThread.CurrentCulture = ...
    Δημοσιεύτηκε στο George Birbilis' blog (Weblog) από το μέλος birbilis στις Ιουνίου 20, 2012
  • Όνομασία αρχείου με Ελληνικούς χαρακτήρες

    Έχω μια aspx σελίδα σε vb.net και προσπαθώ να περάσω ένα απλό αρχείο κειμένου στον χρήστη με το πάτημα ενός κουμπιού  Dim sendFileName As String = ''αρχειακι.txt'' Response.ContentType = ''binary/octet'' Response.AddHeader(''content-disposition'', ''attachment; filename='' + sendFileName) Response.Write(''auto ...
    Δημοσιεύτηκε στο ASP.NET WebForms (Forum) από το μέλος entrodus στις Ιουνίου 7, 2007
  • typed datasets & localization

    Φτιάχνω μια εφαρμογή που θα είναι σε 3 γλώσσες και χρησιμοποιώ typed datasets.Το θέμα είναι πώς να τραβήξω κάθε φόρα τα data της σωστής γλώσσας. Αυτό που σκοπεύω να κάνω είναι το εξής:Σε κάθε dataset φτιάχνω έναν adapter για κέθε γλώσσα.Στο .resx αρχείο κάθε γλώσσας βάζω σε ένα resourse με το όνομα του αντίστοιχου adapter.Έτσι η σελίδα  ...
    Δημοσιεύτηκε στο Design & Architecture (Forum) από το μέλος agmarios στις Φεβρουαρίου 16, 2007
  • Απ: localization

    Αντιμετωπίζω ένα πρόβλημα (λιγο πιό σύνθετο ίσως) αλλά της ίδιας κατηγορίας, εδώ: http://www.dotnetzone.gr/cs/forums/24804/ShowThread.aspx#24804  
    Δημοσιεύτηκε στο ASP.NET WebForms (Forum) από το μέλος cap στις Φεβρουαρίου 11, 2007
  • Περίεργο πρόβλημα localization (ASP.NET 2.0 + Local Resource Files)

    Για να μην το λέω στο τέλος, είναι ένα DNN module. Αν υποψιάζεστε οτι αυτό έχει να κάνει κάτι με το πρόβλημα που θα διαβάσετε, πείτε τό μου. ΣΕΝΑΡΙΟ: Εχουμε λοιπόν ένα user control, έστω myControl.ascx. Μεσα σε αυτό έχουμε π.χ. ένα label, έστω: <asp:Label ID=''sss'' runat=''server'' meta:resourcekey=''sss'' ...
    Δημοσιεύτηκε στο ASP.NET WebForms (Forum) από το μέλος cap στις Φεβρουαρίου 11, 2007
  • localization

    Προσπαθώ να φτιάξω μια localized σελίδα και συμβαίνουν κάποια περίεργα πράγματα. Κάποια controls διαβάζουν διαβάζουν τα localized κείμενα και κάποια όχι. <%@ Page TraceMode=''SortByCategory'' Trace=''true''  Language=''VB'' Culture=''el-gr'' UICulture=''el''  %><html><head ></head><body>    ...
    Δημοσιεύτηκε στο ASP.NET WebForms (Forum) από το μέλος agmarios στις Οκτωβρίου 9, 2006
Με χρήση του Community Server (Commercial Edition), από την Telligent Systems