11 Topics

Member Avatar for
Member Avatar for dimitrilc

## Introduction ## If your Android app is available to a global audience, you might have wondered how to load localized **String**s into your app. This tutorial will teach you how to do just that. There are quite a few steps involved, but once you understand the concepts, it will …

2
166
Member Avatar for dimitrilc

## Introduction ## When localizing your application, `ResourceBundle` can be a great way to load Strings from different locales. The only concrete implementation of ResourceBundle is `PropertyResourceBundle`, which allows us to load static Strings from a text file. Because `.properties` is a common file extension used for ResourceBundles, creating ResourceBundle …

2
194
Member Avatar for dimitrilc

## Introduction ## When working with an application with a global user base, there is usually a need to display text, numbers, currency, date, and time in multiple localized formats. For example, the **en-US** (*English-USA*) version of the date September 22, 2021 is written as 22 сентября 2021 г. when …

3
180
Member Avatar for nikki05

Hi, I am able to change the language in the windows form by selecting language from ComboBox. However, I want to make it dynamic so that it will change the language of all the other forms by selecting language from ComboBox in the first form. I got some clues from …

Member Avatar for Eternal Newbie
0
668
Member Avatar for rms095

Hello Everyone, I am working on website development in asp.net. where i have used Master Page concept and content page. and by using dropdownlist I am changing its language. ![251bcfc8565d3b3a0be6872cadfe4a72](/attachments/large/4/251bcfc8565d3b3a0be6872cadfe4a72.png "251bcfc8565d3b3a0be6872cadfe4a72") As we see in fig no. 2, if I took this file hirarchy then application works perfect. but if …

Member Avatar for rms095
0
197
Member Avatar for kikiritce

Hi, I create my first web application and finaly I finished it. I have just one more thing to do. I have to translate name of controls in onother languge. it shoould be work as sellected value in the dropdown list. I read a lot of forums and tutorials.... but …

Member Avatar for androtheos
0
160
Member Avatar for zooferic

Hi everybodies! How increase ProductId inside Product_Table when insert a new product according to following approach? Language_Table: Id Code --------- --------- 1 ka 2 en Product_Table: ProductId ------------- 1 2 Product_Translation_Table: TranslationId Title ProductId LanguageId -------------- ------------------- ------------- ------------ 1 Kompiuteruli 1 1 2 Computer 1 2 3 Radio 2 …

Member Avatar for scarcella
0
271
Member Avatar for PoovenM

Greetings! I have a C# dll generated from a .resx file (I believe it's called a satellite dll). This stores simple key to string mappings (used for language localization). I was wondering if it's possible and feasible to access the information stored in the C# dll from a C++ unmanaged …

Member Avatar for PoovenM
0
935
Member Avatar for batoo

I have page with a link like [CODE]www.domain.com/Login.aspx[/CODE] and I would like to make this url look like [CODE]www.domain.com/en/login www.domain.com/fr/login[/CODE] depending on the current language. I made new route like [CODE]routes.MapPageRoute( "Login", // Route name "{locale}/login", // Route URL "~/Login.aspx" // Web page to handle route );[/CODE] but how I …

Member Avatar for Sarama2030
0
180
Member Avatar for Aissi

Hey, netbeans is giving me gray hairs with the localization wizard. First up, how can I completely remove a localization or resource bundle, now when I delete the file in the projec tree, it pops up right back up when I write the names of the components again. Second why …

0
138
Member Avatar for Dajer

hello I want to change language from regional language by code. how I would be able to do this?

Member Avatar for mIssy_ricco
0
275

The End.