Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4334944
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T10:36:08+00:00 2026-05-21T10:36:08+00:00

I have a wpf application and I’m starting to localize it. The strategy for

  • 0

I have a wpf application and I’m starting to localize it. The strategy for localization I chose was to create my custom MarkupExtension class.

I won’t be using the .res files since at my company there is a solution that is already made which creates an encrypted map with all the strings and it requires int keys to refer to each string. So I wrote a custom generator that creates an enum with all the ‘int’ keys (could be a static class with ints, it doesn’t really matter).

So I want to refer to each of these enum keys at my XAML files, doing:

<Label Content="{l:Translator {x:Static l:TranslatedEnums.MainWindow_WelcomeMessage}}" />

The created enum is TranslatedEnums and my translator class is called Translator (dhu).

But after reading the x:Static documentation and the type converters documentation, the following question came to my mind:

Does the “compiled xaml” (baml) actually evaluates each of these types (via x:Static) at runtime or compile-time?

I’m asking this because one of the reasons I’m referring to the enum value statically is so that I don’t have the exact enum string key, but rather it’s value, which would make hacking the application a little bit harder.

If the resolution is done at runtime, then I could narrow my previous code to:

<Label Content="{l:Translator MainWindow_WelcomeMessage}" />

Which would require the lookup for the enum value by my own, but this is a one-liner:

TranslatedEnums result;
Enum.TryParse(key, out result);

Which would make the Xaml code smaller (which is good), but it would fail at compile-time if the key didn’t exist (which is not a problem).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T10:36:09+00:00Added an answer on May 21, 2026 at 10:36 am

    It’s actually at xaml load-time (as stated here). if you only load your xaml onece, you could consider it at run-time.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a WPF application using Aero Glass. When using the application under a
I have a very simple WPF application in which I am using data binding
I have wpf application in which I am using ENTER key as TAB &
I have a WPF application in VS 2008 with some web service references. For
I have a WPF application that runs fine under XP as an administrator. When
Please help! Background info I have a WPF application which accesses a SQL Server
I have a simple WPF application which I am trying to start. I am
I have written a WPF application that I want to port to Silverlight 2.
I have a simple WPF application with a menu. I need to add menu
I have a simple message box in a WPF application that is launched as

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.