File ResourceDictionary

Added in version 4.13.

ResourceDictionary is a monolingual XML file format used to package localizable string resources for Windows Presentation Foundation (WPF) applications.

Example file:

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
    <system:String x:Key="hello_world">Hello World!</system:String>
    <system:String x:Key="resource_key">Translated value.</system:String>
</ResourceDictionary>
Funzionalità supportate

Estensioni dei file

.xaml

Linguality

Monolingual

Supports plural

No

Supports descriptions

No

Supports explanation

No

Supports context

No

Supports location

No

Supports flags

Yes

API identifier

resourcedictionary

Supports read-only strings

No

Supports removing obsolete strings

No

Check flags added by this format

Formato C#

Configurazione Weblate

Typical Weblate Component configuration

Maschera del file

Languages/*.xaml

File di lingua a base monolingue

Language/en.xaml

Modello per le nuove traduzioni

Empty

Formato file

ResourceDictionary file