Tipi di file supportati (Strings)

.RESX - Microsoft .NET (Strings)

Contenuti tradotti automaticamente dall'inglese con Phrase Language AI.

Estensioni dei file

.resx, .resw

Estensione API

resx

Importa

Esporta

Supporto forme plurali

No

Supporto descrizione

No

.NET è un framework di sviluppo software open-source principalmente per Microsoft Windows. La localizzazione per le app sviluppate utilizzando il framework .NET lavora principalmente con i file di risorse (.resx).

.resx i file sono basati su XML con l'elemento radice che è <root>. Le stringhe localizzabili sono tipicamente incorporate in <value> elementi annidati sotto <data>. <value> gli elementi possono anche essere trovati in <resheader> ma questi sono solitamente metadati non destinati alla traduzione.

Campione di codice

<?xml version="1.0" encoding="UTF-8"?>
<root>
  <xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
    <xsd:element name="data">
      <xsd:complexType>
        <xsd:sequence>
          <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
        </xsd:sequence>
        <xsd:attribute name="name" type="xsd:string"/>
        <xsd:attribute name="type" type="xsd:string"/>
        <xsd:attribute name="mimetype" type="xsd:string"/>
      </xsd:complexType>
    </xsd:element>
  </xsd:schema>
  <resheader name="resmimetype">
    <value>text/microsoft-resx</value>
  </resheader>
  <resheader name="version">
    <value>2.0</value>
  </resheader>
  <resheader name="reader">
    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  </resheader>
  <resheader name="writer">
    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  </resheader>
  <data name="boolean_key">
    <value>--- vero
</value>
  </data>
  <data name="empty_string_translation">
    <value/>
  </data>
  <data name="key_with_description">
    <value>Ora questa è una descrizione! (Almeno per alcuni formati)</value>
    <comment>Questa è la descrizione superba per questa chiave!</comment>
  </data>
  <data name="key_with_line-break">
    <value>Questa traduzione contiene
un a capo.</value>
  </data>
  <data name="nested.deeply.key">
    <value>Io sono una chiave profondamente annidata.</value>
  </data>
  <data name="nested.key">
    <value>Questa chiave è annidata all'interno di uno spazio dei nomi.</value>
  </data>
  <data name="null_translation">
    <value/>
  </data>
  <data name="pluralized_key">
    <value>Questo potrebbe essere pluralizzato.</value>
  </data>
  <data name="sample_collection">
    <value>---
- first item
- second item
- third item
</value>
  </data>
  <data name="simple_key">
    <value>chiave semplice, messaggio semplice, tutto così semplice.</value>
  </data>
  <data name="unverified_key">
    <value>Questa traduzione non è ancora verificata e sta aspettando di esserlo.</value> (In alcuni formati esportiamo anche questo stato)</value>
  </data>
</root>
Questo articolo ti è stato utile?

Sorry about that! In what way was it not helpful?

The article didn’t address my problem.
I couldn’t understand the article.
The feature doesn’t do what I need.
Other reason.

Note that feedback is provided anonymously so we aren't able to reply to questions.
If you'd like to ask a question, submit a request to our Support team.
Thank you for your feedback.