~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to samples/AvalonEdit.Sample/Properties/WPFAssemblyInfo.cs

  • Committer: sk
  • Date: 2011-09-10 05:17:57 UTC
  • Revision ID: halega@halega.com-20110910051757-qfouz1llya9m6boy
4.1.0.7915 Release Candidate 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#region Using directives
 
2
 
 
3
using System.Resources;
 
4
using System.Windows;
 
5
 
 
6
#endregion
 
7
 
 
8
 
 
9
 
 
10
//In order to begin building localizable applications, set 
 
11
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
 
12
//inside a <PropertyGroup>.  For example, if you are using US english
 
13
//in your source files, set the <UICulture> to en-US.  Then uncomment
 
14
//the NeutralResourceLanguage attribute below.  Update the "en-US" in
 
15
//the line below to match the UICulture setting in the project file.
 
16
 
 
17
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
 
18
 
 
19
 
 
20
[assembly: ThemeInfo(
 
21
    ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
 
22
    //(used if a resource is not found in the page, 
 
23
    // or application resource dictionaries)
 
24
    ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
 
25
    //(used if a resource is not found in the page, 
 
26
    // app, or any theme specific resource dictionaries)
 
27
)]