Skip to main content

Questions tagged [localization]

Localization is the process of adapting a product or service to a particular language, culture, and desired local "look-and-feel".

0 votes
0 answers
49 views

Why Does Flow Direction and Language remains unchanged in the current page?

I implemented a way to set the culture in a .NET MAUI application like this : LoginPage.xaml <Picker x:Name="LanguagePicker" Title="Select Language" ...
Adam Bazzal's user avatar
0 votes
1 answer
22 views

Localize Pdftron strings in UWP app not working in debug mode

I have localized my UWP app and for paper related items I am using pdftron library.We have added a German translation to the pdftron library. The localized items are not getting translated when a ...
Piumi ganegoda's user avatar
0 votes
0 answers
21 views

Can use the route found in api.php in another file in the routes directory laravel 11?

I need to localize the API web application, especially the auth pages in the lang directory but I have a problem with how to use the route in auth.php instead of api.php in the routes directory. Note ...
Al'a Salah's user avatar
0 votes
1 answer
30 views

Nest can't resolve dependencies of the I18nService

getting error when i try to run test cases import { Test } from '@nestjs/testing'; import { appConfig } from '../app.config'; import { CommonBotModule } from '../common/common-bot.module'; import { ...
Nishad Mahajan's user avatar
0 votes
0 answers
17 views

Translation of Dynamic Data (e.g., User Names, Addresses) in Flutter

I am currently working on a Flutter application that requires localization for dynamic data such as user name and address typing. I used a translator package to implement the localization. However, ...
Jithesh Kumar's user avatar
0 votes
0 answers
21 views

C# WPFLocalizeExtension only showing default Strings.resx

I tried using WPFLocalizeExtension and only the default Strings.resx and sometimes the last modified one is shown. Please help me to get back on track! I will attach a .zip of my folder. Thank you for ...
Alexandru Filipescu's user avatar
0 votes
1 answer
47 views

Hindi text does not work with TMPro even when using the Hindi font

I am working on this issue from quite a while now where I am trying to display a Hindi text using a Font specifically made for it. The problem is that copy-pasting Hindi from Google Translator to the ...
Patrick Moling's user avatar
0 votes
0 answers
15 views

Generic enum with localized string in SwiftUI [duplicate]

I'd like to have a function that can take both enum A and enum B and display the raw values in a menu. so i use type T to make the function generic, and T follows the localized protocol i defined so ...
user1385809's user avatar
0 votes
1 answer
28 views

Flutter app - localizing strings in info.plist

I'm localizing a flutter app. In Android all works fine, and iOS the strings are translated as expected from the .arb files. However, I don't see how to translate the strings that are in info.plist - ...
Bill C's user avatar
  • 71
0 votes
0 answers
13 views

Is there way to try a series of translation keys in Vue I18n?

How can I simplify this code? <script setup> import { useI18n } from 'vue-i18n' const { t, te } = useI18n() const message = te('key1') ? t('key1') : ( te('key2') ? t('key2') : t('key3') ) </...
Chiara Ani's user avatar
  • 1,015
0 votes
1 answer
29 views

Formatted strings with arguments in Xcode 15 String Catalogs

How can I use a formatted string with arguments in Xcode 15's string catalogs? For example, if my string is showing a percentage "\() %%" (example rendering: "25 %") and I've given ...
RMP's user avatar
  • 5,211
0 votes
0 answers
10 views

NestJS - Check whether language is RTL or LTR using nestjs-i18

I am using i18 with NestJS and the localization package is nestjs-i18n. I need to check whether the language is RTL or LTR. Is there a method in the given package? My use case is sending localized ...
Salitha's user avatar
  • 1,127
-1 votes
0 answers
48 views

How to localize credits.rtf in Xcode

I want to localize the content of the credit.rtf file in Xcode, that is used in the about box of macOS applications. I am using string catalog files for the localization of my Swift application.
MrSpock's user avatar
  • 27
-1 votes
0 answers
20 views

2sxc get string resource from another language

In lastest 2sxc, In razor template, how can I get resources from a specified language? For example: The current website is still in en-US language, but I want to get the value of a label of another ...
Thiện Võ's user avatar
0 votes
0 answers
18 views

Sanity internationalization with sanity-plugin-internationalized-array

I'm using sanity as a CMS for my project with sanity-plugin-internationalized-array for the internationalization feature . This is my config : // sanity.config.ts export default defineConfig({ ...
Abdallah Ag's user avatar

15 30 50 per page
1
2 3 4 5
927